From 23d6339a4152759d8dcf68afc6e7dea652336d8c Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 25 Jul 2011 17:12:42 +0200 Subject: change to some nav ids, notice in empty notifications popup --- view/theme/quattro/style.css | 11 ++++++++--- view/theme/quattro/style.less | 10 ++++++++-- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'view/theme') diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index ec5231290..9ded41721 100644 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -144,14 +144,14 @@ nav .nav-notify { nav .nav-notify.show { display: block; } -nav #nav-site-link { +nav #nav-site-linkmenu { float: right; } -nav #nav-site-link .menu-popup { +nav #nav-site-linkmenu .menu-popup { right: 0px; left: auto; } -nav #nav-notifications-link.selected .icon.s22.notify { +nav #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/notify_on_22.png"); } ul.menu-popup { @@ -183,6 +183,11 @@ ul.menu-popup li { height: auto; display: block; } +ul.menu-popup .empty { + padding: 5px; + text-align: center; + color: #9eabb0; +} #nav-notifications-menu { width: 400px; } 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 { -- cgit v1.2.3