From 996f0b4a1fb954de443e8d37d72b7cf732d4c3ad Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 10 Aug 2009 12:39:00 +0000 Subject: Revert r2844: mailfooter should align with message list --- skins/default/iehacks.css | 5 ++++ skins/default/mail.css | 34 +++++++++++++++++++-------- skins/default/templates/addressbook.html | 2 +- skins/default/templates/mail.html | 40 ++++++++++++++++++-------------- skins/default/templates/message.html | 2 +- 5 files changed, 53 insertions(+), 30 deletions(-) (limited to 'skins') diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css index d9bdf5acd..b9a7d5573 100644 --- a/skins/default/iehacks.css +++ b/skins/default/iehacks.css @@ -158,6 +158,11 @@ input, textarea height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px'); } +#countcontrols +{ + width: 24em; +} + body.iframe { width: expression((parseInt(document.documentElement.clientWidth))+'px'); diff --git a/skins/default/mail.css b/skins/default/mail.css index 179659cef..d19de3ebe 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -344,6 +344,11 @@ td.formlinks a:visited text-decoration: underline; } +#listcontrols +{ + padding-right: 2em; +} + #messagecountbar { position: absolute; @@ -627,30 +632,39 @@ td.formlinks a:visited #mailfooter { position: absolute; - left: 20px; - right: 20px; - bottom: 16px; + left: 0px; + bottom: 0px; height: 16px; + width: 100%; +} + +#mailfooter table tr td +{ white-space: nowrap; + vertical-align: bottom; +} + +#mailboxcontrols +{ + position: absolute; + left: 0px; + bottom: 0px; + height: 16px; + width: auto; + font-size: 11px; } -#mailboxcontrols, #listcontrols, #countcontrols, #quotabox { white-space: nowrap; font-size: 11px; - margin-right: 10px; } #countcontrols { - position: absolute; - right: 10px; - bottom: 16px; - height: 16px; - min-width: 260px; + min-width: 25em; } #countcontrols a.button, diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index 96efad746..5b250fa9f 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -72,7 +72,7 @@ diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index e9e10dd48..ebdf9f8d2 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -24,19 +24,24 @@
-

-
+
+ :  +   +   +
+
+
@@ -68,37 +73,36 @@
- -
-
- - :  -   -   - - + + - - : - + - - +
+         - + + + : +
+
+ + diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html index 933d13171..852f4b44c 100644 --- a/skins/default/templates/message.html +++ b/skins/default/templates/message.html @@ -52,7 +52,7 @@ -- cgit v1.2.3