From a3146f39926d42c98248acc11ad9fc786088335b Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 4 Aug 2009 16:14:11 +0000 Subject: - css min-width fixes + #1486012 git-svn-id: https://svn.roundcube.net/trunk@2837 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 7 ++++--- roundcubemail/skins/default/templates/mail.html | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 6bbbd1022..d19de3ebe 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 9d24f4cec..ebdf9f8d2 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -129,10 +129,6 @@ -
- : - -
@@ -147,6 +143,10 @@
+
+ : + +
-- cgit v1.2.3