summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 09:00:59 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 09:00:59 -0500
commit265750c80d8e8d1e9858b7b5f434f4aefbd351f7 (patch)
tree73e883468441ab00750393d6884f26adda91d824 /app/assets/stylesheets/framework/common.scss
parent48ecb614e795668f40e03174c98ad7fb4adef7a2 (diff)
downloadgitlab-ce-265750c80d8e8d1e9858b7b5f434f4aefbd351f7.tar.gz
adds css for `left-top-menu`. Also hides buttons in certain for factors.
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 8b6c15a9c2d..e864da15591 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -374,9 +374,9 @@ table {
}
}
-.center-top-menu {
+.center-top-menu, .left-top-menu {
@include nav-menu;
- text-align: left;
+ text-align: center;
margin-top: 5px;
margin-bottom: $gl-padding;
height: auto;
@@ -409,6 +409,10 @@ table {
}
}
+.left-top-menu {
+ text-align: left;
+}
+
.center-middle-menu {
@include nav-menu;
padding: 0;