summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-13 10:57:15 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-15 13:31:18 -0600
commita1a0a0350747d656281564ae1cee157171668516 (patch)
tree889fd04ac5adbeb5e5aebfddee0855cb2d309ced /app/assets/stylesheets/framework/header.scss
parent572bc7bc3771d76afe5b7524369ed069b66fa1f2 (diff)
downloadgitlab-ce-a1a0a0350747d656281564ae1cee157171668516.tar.gz
Remove sidebar toggle button; replace with dropdown
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index be689bd252b..2a6273f1301 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -101,9 +101,12 @@ header {
}
}
- .global-dropdown-toggle {
+ .global-dropdown {
position: absolute;
left: -10px;
+ }
+
+ .global-dropdown-toggle {
margin: 7px 0;
font-size: 18px;
padding: 6px 10px;