From 3c68bf25ac9176ccfbc9f2e658dcc360431c46cc Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Feb 2012 11:13:04 +0100 Subject: [PATCH] "vier" popup menu looks nicer now (more like quattro again) --- view/theme/vier/style.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index e99f1a8af6..0268c64d88 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -574,7 +574,7 @@ nav #nav-apps-link.selected { ul.menu-popup { position: absolute; display: none; - width: 10em; + width: 11em; background: #ffffff; color: #2d2d2d; margin: 0px; @@ -1485,7 +1485,7 @@ ul.tabs li .active { .contact-photo-menu-button { position: relative; - background-image: url("photo-menu.jpg"); + background-image: url("../../../images/icons/16/menu.png"); background-position: top left; background-repeat: no-repeat; margin: 0px 0px -16px 0px; @@ -1499,8 +1499,9 @@ ul.tabs li .active { } .contact-photo-menu { - width: auto; - border: 2px solid #444444; + width: 11em; + border: 3px solid #364e59; + color: #2d2d2d; background: #FFFFFF; /* position: absolute;*/ position: relative; @@ -1509,8 +1510,15 @@ ul.tabs li .active { z-index: 10000; } .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none } -.contact-photo-menu li a { display: block; padding: 2px; } -.contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; } +.contact-photo-menu li a { + display: block; + padding: 5px 10px; + color: #2d2d2d; + text-decoration: none; +} +.contact-photo-menu li a:hover { + background-color: #bdcdd4; +} /* page footer */ footer {