[Jifty-commit] r1710 - in jifty/trunk: . share/web/static/images/silk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 31 01:36:04 EDT 2006


Author: trs
Date: Mon Jul 31 01:36:03 2006
New Revision: 1710

Added:
   jifty/trunk/share/web/static/images/silk/cancel_grey.png   (contents, props changed)
Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/css/notices.css

Log:
 r14982 at zot:  tom | 2006-07-31 01:12:32 -0400
 Update the dismiss button styles


Modified: jifty/trunk/share/web/static/css/notices.css
==============================================================================
--- jifty/trunk/share/web/static/css/notices.css	(original)
+++ jifty/trunk/share/web/static/css/notices.css	Mon Jul 31 01:36:03 2006
@@ -28,10 +28,10 @@
 #dismiss_errors
 {
     padding-left: 16px;
-    background: url(/static/images/silk/cancel.png) no-repeat;
+    background: url(/static/images/silk/cancel_grey.png) no-repeat;
     position: absolute;
-    top: 1px;
-    right: 1px;
+    top: 0.4em;
+    right: 2px;
     width: 0;
     display: block;
     text-indent: -9999em;

Added: jifty/trunk/share/web/static/images/silk/cancel_grey.png
==============================================================================
Binary file. No diff available.


More information about the Jifty-commit mailing list