aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/vier
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-02-25 11:13:04 +0100
committerMichael <icarus@dabo.de>2012-02-25 11:13:04 +0100
commit3c68bf25ac9176ccfbc9f2e658dcc360431c46cc (patch)
treef1ca2d133d3055b1b5638cf90f8eec765500b3e1 /view/theme/vier
parentdccefb3c36cd6b4672871a6a378a916bcb9d9992 (diff)
downloadvolse-hubzilla-3c68bf25ac9176ccfbc9f2e658dcc360431c46cc.tar.gz
volse-hubzilla-3c68bf25ac9176ccfbc9f2e658dcc360431c46cc.tar.bz2
volse-hubzilla-3c68bf25ac9176ccfbc9f2e658dcc360431c46cc.zip
"vier" popup menu looks nicer now (more like quattro again)
Diffstat (limited to 'view/theme/vier')
-rw-r--r--view/theme/vier/style.css20
1 files changed, 14 insertions, 6 deletions
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css
index e99f1a8af..0268c64d8 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 {