From 4fc15f69da43b3d50e066c7dac73e19b1d4e3467 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 07 Aug 2009 02:13:02 -0400
Subject: [PATCH] - make #mailfooter good looking in all browsers (not tested with IE6)

---
 skins/default/mail.css |   34 ++++++++++------------------------
 1 files changed, 10 insertions(+), 24 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index d19de3e..179659c 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -344,11 +344,6 @@
   text-decoration: underline;
 }
 
-#listcontrols
-{
-  padding-right: 2em;
-}
-
 #messagecountbar
 {
   position: absolute;
@@ -632,39 +627,30 @@
 #mailfooter
 {
   position: absolute;
-  left: 0px;
-  bottom: 0px;
+  left: 20px;
+  right: 20px;
+  bottom: 16px;
   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
 {
-  min-width: 25em;
+  position: absolute;
+  right: 10px;
+  bottom: 16px;
+  height: 16px;
+  min-width: 260px;
 }
 
 #countcontrols a.button,

--
Gitblit v1.9.1