From 9df25b0e5c21bc03478bd218d7d4942d33eec6fe Mon Sep 17 00:00:00 2001 From: nghuuphuoc Date: Fri, 18 Oct 2013 13:12:56 +0700 Subject: [PATCH] #17: The nav bar position is changed when showing the About modal --- CHANGELOG.md | 1 + app/css/style.css | 5 +++++ index.html | 14 +++++++------- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c530d..3faea6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ v1.2.1 (2013/10/18) * #13: Fix the width of device sub-menu * #15: Set the Ajax loading indicator at the center of screen * #16: Cannot move the mouse out of the frame after resizing the frame +* #17: The nav bar position is changed when showing the About modal v1.2.0 (2013/09/27) diff --git a/app/css/style.css b/app/css/style.css index f7ac667..b336b69 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -9,6 +9,11 @@ * @license MIT */ +/* The nav bar position will not be changed when showing the About modal */ +body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom { + margin-right: 0; +} + .navbar { background: #fff; border-bottom: 1px solid #c0c0c0; diff --git a/index.html b/index.html index 6d4b41d..4770d05 100644 --- a/index.html +++ b/index.html @@ -80,6 +80,12 @@
+ +
+ +
+ +