]> err.no Git - scalable-opengroupware.org/commitdiff
style change
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 13 Feb 2005 03:11:35 +0000 (03:11 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 13 Feb 2005 03:11:35 +0000 (03:11 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@553 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/Version
SOGo/UI/Mailer/mailer.css

index 0a2cd6e201c5a93e88af9c6bd407eff32d59d3e1..2015c3fa0c5c6fb5497043a679930cf81f495c5d 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-13  Helge Hess  <helge.hess@opengroupware.org>
 
+       * mailer.css: added left-padding to treecell to make it look better
+         (v0.9.104)
+
        * UIxMailListView.wox: added mark read/unread without page refresh
          using XMLHttpRequest (v0.9.103)
 
index c230851eee6eb94c0a9ddf83d09a599502d7612d..73f8394ace547a523ea695fd8213ad80891e69ea 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=103
+SUBMINOR_VERSION:=104
 
 # v0.9.100 requires libNGMime        v4.5.213
 # v0.9.99  requires libNGMime        v4.5.212
index dbdb32247e8199157973fd9dd7b7ceebd4f0fff9..583abd14b18317a554aeadc3388a64b4a5949881 100644 (file)
 }
 
 .treecell {
-  font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  font-size:   10pt;
-  color:       black;
+  font-family:    Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
+  font-size:      10pt;
+  color:          black;
   vertical-align: bottom;
+  padding-left:   4px;
 }
 
 /* toolbar */