summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-13 10:20:59 +0100
committerPhil Hughes <me@iamphill.com>2016-06-13 10:20:59 +0100
commit5e955d2cba4b3f0508874ef49fa549a638d4944c (patch)
treef43876eae9e435cd0b1cc67c003638ee9f04a0f0
parent06a99cf7ea82105a182c2805ea05266e5ce6c0a2 (diff)
downloadgitlab-ce-5e955d2cba4b3f0508874ef49fa549a638d4944c.tar.gz
Aligned the two navs horizontally
Closes #18513
-rw-r--r--app/assets/stylesheets/framework/nav.scss8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 4de89daeb36..71fd75b61fa 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -280,11 +280,9 @@
}
.dropdown {
- margin-left: 7px;
-
- @media (max-width: $screen-xs-min) {
- margin-left: 0;
- }
+ position: absolute;
+ top: 7px;
+ right: 15px;
li.active {
font-weight: bold;