diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-09 07:40:09 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-09 07:40:09 +0000 |
commit | 63adaacdc85bbde4e51f612012249c1d499ca181 (patch) | |
tree | e7797b6112a7f7f21ff7e7c07684baa5f1bd3d9c /lib | |
parent | 680b6d88a5c0d63deeb2909f1c83e3630db87780 (diff) | |
parent | 95411f7151a8e1058731a6eb5fefcf7d91312b58 (diff) | |
download | gitlab-ce-63adaacdc85bbde4e51f612012249c1d499ca181.tar.gz |
Merge branch 'fix-header-hamburger-positioning' into 'master'
Fixed positioning of hamburger menu on header
Hey guys just noticed the hamburger menu for the top navigation was mis-aligned on
`gitlab-ce:master` and `gitlab.com`.
I was not able to find an open issue or merge request directly referencing this issue so thought I would add a quick fix.
### Changes
This MR changes the vertical positioning from `top` to vertical margins (Like in bootstrap itself).
- Also added a minor fix to remove `border-top` from the collapse menu so its the same height as the navigation.
- finally added an active class to the hamburger toggle so you can see when its open.
This changes an element in `app/views/layouts/header/_default.html.haml` and thus would impact most pages behind login.
## Screenshots
### Before

### After

Happy to discuss any changes/suggestions.
Thanks
See merge request !1541
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions