diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-03 02:10:33 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-03 16:14:11 +0100 |
commit | 754538b99206a778ddf87e0d362fccb0ff2f6c15 (patch) | |
tree | 6d5209cc07c97c8c398a202c39f3d5726ac1b4f2 /app | |
parent | faacb7853478704a37655361c23abffdfd47db6f (diff) | |
download | gitlab-ce-754538b99206a778ddf87e0d362fccb0ff2f6c15.tar.gz |
Use right margin for componened other than button for top nav
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index 252f84a6b48..e6c59f5a291 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -77,13 +77,12 @@ margin-bottom: 0px; > .dropdown { - margin-left: 10px; + margin-right: 10px; display: inline-block; } > .btn { display: inline-block; - margin-left: 10px; } input { @@ -91,6 +90,7 @@ display: inline-block; position: relative; top: 1px; + margin-right: 10px; /* Medium devices (desktops, 992px and up) */ @media (min-width: $screen-md-min) { width: 200px; } |