Workaround alignment notify menu's

This commit is contained in:
jeroenpraat
2014-04-19 01:33:30 +00:00
parent 9e865d1e47
commit 2a336dbf7f
3 changed files with 11 additions and 1 deletions

View File

@@ -1545,7 +1545,9 @@ header {
#nav-notify-menu, #nav-network-menu, #nav-home-menu {
background: $notify_bgcolour;
background-color: $notify_bgcolour;
border-top: none;
margin-top: $notify_topmargin;
}
#nav-notify-menu a, #nav-network-menu a, #nav-home-menu a {
@@ -2143,6 +2145,8 @@ nav .dropdown-menu {
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
background-color: $notify_bgcolour;
border-top: none;
margin-top: $notify_topmargin;
}
nav .dropdown-menu .divider{