[rhmessaging-commits] rhmessaging commits: r2360 - mgmt/trunk/cumin/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Aug 26 11:06:02 EDT 2008


Author: eallen
Date: 2008-08-26 11:06:01 -0400 (Tue, 26 Aug 2008)
New Revision: 2360

Modified:
   mgmt/trunk/cumin/python/wooly/tables.strings
Log:
Align bottom of up sort arrow with bottom of text

Modified: mgmt/trunk/cumin/python/wooly/tables.strings
===================================================================
--- mgmt/trunk/cumin/python/wooly/tables.strings	2008-08-26 14:59:13 UTC (rev 2359)
+++ mgmt/trunk/cumin/python/wooly/tables.strings	2008-08-26 15:06:01 UTC (rev 2360)
@@ -28,16 +28,16 @@
 }
 
 a.ItemTableColumnHeader span.unsorted_down:hover {
-	background: url(resource?name=sort-arrow-down.png) right 5px no-repeat;
+	background: url(resource?name=sort-arrow-down.png) right 4px no-repeat;
 }
 a.ItemTableColumnHeader span.unsorted_up:hover {
-	background: url(resource?name=sort-arrow-up.png) right 5px no-repeat;
+	background: url(resource?name=sort-arrow-up.png) right 3px no-repeat;
 }
 a.ItemTableColumnHeader span.up {
-	background: url(resource?name=sort-arrow-up.png) right 5px no-repeat;
+	background: url(resource?name=sort-arrow-up.png) right 3px no-repeat;
 }
 a.ItemTableColumnHeader span.down {
-	background: url(resource?name=sort-arrow-down.png) right 5px no-repeat;
+	background: url(resource?name=sort-arrow-down.png) right 4px no-repeat;
 }
 
 [ItemTableColumnHeader.html]




More information about the rhmessaging-commits mailing list