diff options
Diffstat (limited to 'view/theme/quattro/style.less')
-rw-r--r-- | view/theme/quattro/style.less | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/view/theme/quattro/style.less b/view/theme/quattro/style.less index 53f833cfd..a2c1a1eae 100644 --- a/view/theme/quattro/style.less +++ b/view/theme/quattro/style.less @@ -188,12 +188,12 @@ nav { - #nav-site-link { + #nav-site-linkmenu { float: right; .menu-popup{ right: 0px; left: auto; } } - #nav-notifications-link.selected .icon.s22.notify { background-image: url("../../../images/icons/notify_on_22.png") } + #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/notify_on_22.png") } } @@ -213,6 +213,12 @@ ul.menu-popup { a:hover { background-color: @Metalic1; } .menu-sep { border-top: 1px solid @Metalic2; } li { float: none; overflow: auto; height: auto; display: block; } + + .empty { + padding: 5px; + text-align: center; + color: @Metalic2; + } } #nav-notifications-menu { |