From 0891b1d2ec6b576000c0fe9150257d4f03c53536 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 27 Jun 2011 12:27:11 -0400 Subject: [PATCH] - Fix handling of untagged responses in LIST/LSUB response parser --- skins/default/common.css | 26 ++++++++++++++++++++------ 1 files changed, 20 insertions(+), 6 deletions(-) diff --git a/skins/default/common.css b/skins/default/common.css index 675a80c..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; @@ -578,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; @@ -589,7 +589,7 @@ { position: absolute; top: 3px; - right: 4px; + right: 12px; text-decoration: none; } @@ -597,7 +597,7 @@ { position: absolute; top: 3px; - right: 160px; + right: 168px; } #quicksearchbar img @@ -616,7 +616,6 @@ padding: 0px; border: none; } - /***** roundcube webmail pre-defined classes *****/ @@ -815,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 *****/ -- Gitblit v1.9.1