Navigation Menu

Skip to content

Commit

Permalink
MDL-54559 theme: Fix padding that pushes navbar down
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmerrill authored and junpataleta committed Jun 7, 2016
1 parent 30062d5 commit 8abe0e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/base/style/core.css
Expand Up @@ -310,7 +310,7 @@ a.skip:active {position: static;display: block;}
}
.jsenabled .usermenu .moodle-actionmenu > .menubar {
display: block;
margin: 0px 0px 2px 0px;
margin: 0px;
}
.jsenabled .usermenu .moodle-actionmenu > .menu {
min-width: 160px;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/modules.less
Expand Up @@ -544,7 +544,7 @@ div#dock {

> .menubar {
display: block;
margin: 0px 0px 2px 0px;
margin: 0px;
}
> .menu {
min-width: 160px;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 8abe0e8

Please sign in to comment.