From 25e6a0f11043537e9ea2950398f916d4db96a235 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 23 Jun 2011 13:43:44 -0400 Subject: [PATCH] - Add rcube_imap::mailbox_info() --- skins/default/common.css | 37 ++++++++++++++++++++++++++++--------- 1 files changed, 28 insertions(+), 9 deletions(-) diff --git a/skins/default/common.css b/skins/default/common.css index 3af18d1..4f1ab6b 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -163,7 +163,7 @@ height: 24px; width: 100%; background: url(images/taskbar.png) top right no-repeat; - padding: 10px 4px 5px 0px; + padding: 10px 6px 5px 0px; text-align: right; white-space: nowrap; z-index: 2; @@ -490,6 +490,11 @@ background-color: #c00; } +.popupmenu li.block input +{ + float: left; +} + .darkbg { background-color: #F2F2F2 !important; @@ -573,8 +578,8 @@ { position: absolute; top: 55px; - right: 20px; - width: 182px; + right: 30px; + width: 190px; height: 20px; text-align: right; background: url(images/searchfield.gif) top left no-repeat; @@ -584,7 +589,7 @@ { position: absolute; top: 3px; - right: 4px; + right: 12px; text-decoration: none; } @@ -592,7 +597,7 @@ { position: absolute; top: 3px; - right: 160px; + right: 168px; } #quicksearchbar img @@ -611,7 +616,6 @@ padding: 0px; border: none; } - /***** roundcube webmail pre-defined classes *****/ @@ -810,6 +814,21 @@ padding-top: 2px; } +#searchmenu +{ + width: 160px; +} + +#searchmenu ul.toolbarmenu +{ + margin: 0; +} + +#searchmenu ul.toolbarmenu li +{ + margin: 1px 4px 1px; +} + /***** tabbed interface elements *****/ @@ -902,9 +921,9 @@ cursor: default; } .quota_bg { background-color: white; } -.quota_high { background-color: #F33131; } -.quota_mid { background-color: #F5AD3C; } -.quota_low { background-color: #91E164; } +.quota_high { background: url(images/quota-colors.png) repeat-x 0 -28px #f90509; } +.quota_mid { background: url(images/quota-colors.png) repeat-x 0 -14px #e3e909; } +.quota_low { background: url(images/quota-colors.png) repeat-x 0 0px #05f905; } .quota_text_high { color: white; } .quota_text_mid { color: #666; } .quota_text_low { color: #666; } -- Gitblit v1.9.1