From 4bcb36a6183bda8d1e734e5e034ee0dd61fd0c2e Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 4 Aug 2009 16:14:11 +0000 Subject: - css min-width fixes + #1486012 --- skins/default/mail.css | 7 ++++--- skins/default/templates/mail.html | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index 6bbbd1022..d19de3ebe 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -8,6 +8,7 @@ left: 200px; right: 200px; height: 35px; + min-width: 650px; white-space: nowrap; /* border: 1px solid #cccccc; */ } @@ -300,10 +301,10 @@ ul.toolbarmenu li.separator_above #searchfilter { + white-space: nowrap; position: absolute; - right: 18px; - top: 8px; - text-align: right; + right: 190px; + vertical-align: middle; } #searchfilter label diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 9d24f4cec..ebdf9f8d2 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -129,10 +129,6 @@ -
- : - -
@@ -147,6 +143,10 @@
+
+ : + +
-- cgit v1.2.3