From 4a509a5b7c6b4b88e1db5f55dc52ca440dd96cab Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 10 Oct 2008 08:53:52 +0000 Subject: - Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489) - Fix messages count bar overlapping (#1485270) --- skins/default/mail.css | 35 +++++++++++++++++++---------------- skins/default/templates/mail.html | 25 ++++++++++++++++--------- 2 files changed, 35 insertions(+), 25 deletions(-) (limited to 'skins') diff --git a/skins/default/mail.css b/skins/default/mail.css index d3cdaa151..07464e6a1 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -85,16 +85,6 @@ ul.toolbarmenu li a.active:hover background-color: #ddd; } -#listcontrols -{ - position: absolute; - left: 200px; - bottom: 20px; - height: 16px; - width: 500px; - font-size: 11px; -} - #listcontrols a, #listcontrols a:active, #listcontrols a:visited, @@ -411,14 +401,28 @@ td.formlinks a:visited } -#mailboxcontrols +#mailfooter { position: absolute; left: 20px; - width: 185px; - bottom: 20px; - height: 16px; - overflow: hidden; + right: 20px; + bottom: 18px; + height: 20px; + /* css hack for IE */ + width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); +} + +#mailfooter table tr td +{ + white-space: nowrap; + vertical-align: bottom; +} + +#mailboxcontrols, +#listcontrols, +#countcontrols +{ + white-space: nowrap; font-size: 11px; } @@ -623,7 +627,6 @@ html>body*input[type$="file"]:not([class="none"]) { background-color: transparen /** message view styles */ - #messageframe { position: absolute; diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 71bad46c4..6a6347932 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -75,29 +75,36 @@ -
+
+ + + + + +
+     - - - -
+ +     -     +   : -
- -
+ +
+    + +
-- cgit v1.2.3