From c33e08a3cfd1b33cbe9f50f199a77f1f264cfcdd Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 08 Jul 2010 13:05:39 -0400
Subject: [PATCH] - css improvements

---
 skins/default/mail.css |  135 +++++++++++++++++++++++----------------------
 1 files changed, 69 insertions(+), 66 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 1b83e03..03a8083 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -830,6 +830,30 @@
   color: #CCCCCC;
 }
 
+#listmenu
+{
+  padding: 6px;
+}
+
+#listmenu legend
+{
+  color: #999999;
+}
+
+#listmenu fieldset
+{
+  border: 1px solid #999999;
+  margin: 0 5px;
+  float: left;
+}
+
+#listmenu div
+{
+  padding: 8px 0 3px 0;
+  text-align: center;
+  clear: both;
+}
+
 /***** tree indicators *****/
 
 td span.branch div
@@ -859,7 +883,6 @@
 {
   background-position: -15px 0px; /* |- */
 }
-
 
 
 /** message view styles */
@@ -1089,6 +1112,38 @@
   border: 0;
 }
 
+td.show-headers
+{
+  background: url(images/icons/down_small.gif) no-repeat center;
+}
+
+td.hide-headers
+{
+  background: url(images/icons/up_small.gif) no-repeat center;
+}
+
+#all-headers
+{
+  height: 150px;
+  display: none;
+}
+
+#headers-source
+{
+  margin: 0 5px;
+  padding: 0.5em;
+  height: 145px;
+  background: white;
+  overflow: auto;
+  font-size: 11px;
+  white-space: nowrap;
+  border: 1px solid #999999;
+  display: none;
+  text-align: left;
+  color: #333;
+}
+
+
 /** message compose styles */
 
 #compose-container
@@ -1112,14 +1167,14 @@
 
 #compose-div .boxfooter
 {
-  height: 26px;
+  height: 22px;
   background: none;
   border-top: 0;
 }
 
 #compose-div .boxlistcontent
 {
-  bottom: 26px;
+  bottom: 23px;
 }
 
 #compose-body
@@ -1143,7 +1198,7 @@
 
 #compose-headers td.editfield
 {
-  padding-right: 5px;
+  padding-right: 8px;
   width: 95%;
 }
 
@@ -1160,6 +1215,7 @@
   font-weight: bold;
   padding-right: 10px;
   white-space: nowrap;
+  color: #666;
 }
 
 #compose-headers td textarea,
@@ -1182,12 +1238,6 @@
   display: none;
 }
 
-#formlinks
-{
-  white-space: nowrap;
-  padding-left: 5px;
-}
-
 #formlinks a,
 #formlinks a:visited
 {
@@ -1205,9 +1255,16 @@
 #compose-editorfooter
 {
   position: absolute;
-  right: 5px;
-  bottom: 2px;
+  right: 0;
+  bottom: 0;
   text-align: right;
+}
+
+#compose-editorfooter label
+{
+  font-size: 11px;
+  font-weight: bold;
+  color: #666;
 }
 
 #compose-buttons
@@ -1273,60 +1330,6 @@
   margin-top: 4px;
 }
 
-td.show-headers
-{
-  background: url(images/icons/down_small.gif) no-repeat center;
-}
-
-td.hide-headers
-{
-  background: url(images/icons/up_small.gif) no-repeat center;
-}
-
-#all-headers
-{
-  height: 150px;
-  display: none;
-}
-
-#headers-source
-{
-  margin: 0 5px;
-  padding: 0.5em;
-  height: 145px;
-  background: white;
-  overflow: auto;
-  font-size: 11px;
-  white-space: nowrap;
-  border: 1px solid #999999;
-  display: none;
-  text-align: left;
-  color: #333;
-}
-
-#listmenu
-{
-  padding: 6px;
-}
-
-#listmenu legend
-{
-  color: #999999;
-}
-
-#listmenu fieldset
-{
-  border: 1px solid #999999;
-  margin: 0 5px;
-  float: left;
-}
-
-#listmenu div
-{
-  padding: 8px 0 3px 0;
-  text-align: center;
-  clear: both;
-}
 
 /** quota indicator */
 

--
Gitblit v1.9.1