[Phoenix-commits] rev 17873 - public/ulysses/src/trunk/yulup/prototypes/prototype1/src/chrome/skin

andi at wyona.com andi at wyona.com
Tue Sep 12 21:13:34 CEST 2006


Author: andi
Date: 2006-09-12 21:13:33 +0200 (Tue, 12 Sep 2006)
New Revision: 17873

Modified:
   public/ulysses/src/trunk/yulup/prototypes/prototype1/src/chrome/skin/editor.css
Log:
Fixed left padding in order to align with the find toolbar (note: we are having non-zero padding on the left of the toolbar whilst the find toolbar has zero padding but pads with the closebutton).


Modified: public/ulysses/src/trunk/yulup/prototypes/prototype1/src/chrome/skin/editor.css
===================================================================
--- public/ulysses/src/trunk/yulup/prototypes/prototype1/src/chrome/skin/editor.css	2006-09-12 19:00:13 UTC (rev 17872)
+++ public/ulysses/src/trunk/yulup/prototypes/prototype1/src/chrome/skin/editor.css	2006-09-12 19:13:33 UTC (rev 17873)
@@ -201,7 +201,7 @@
   background-image: url("chrome://global/skin/icons/white-gray-gradient.gif");
   background-repeat: repeat-x;
   background-position: bottom right;
-  padding-left: 7px;
+  padding-left: 6px;
   background-color: rgb(246, 246, 246);
   border-top: 1px solid #b3b3b3;
   border-bottom: none;




More information about the Phoenix-commits mailing list