[fusion-commits] r1632 - trunk/widgets/TaskPane

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Nov 4 07:53:11 EST 2008


Author: pagameba
Date: 2008-11-04 07:53:11 -0500 (Tue, 04 Nov 2008)
New Revision: 1632

Modified:
   trunk/widgets/TaskPane/TaskPane.css
Log:
use !important to ensure that the task pane icon positioning takes effect

Modified: trunk/widgets/TaskPane/TaskPane.css
===================================================================
--- trunk/widgets/TaskPane/TaskPane.css	2008-11-04 12:46:13 UTC (rev 1631)
+++ trunk/widgets/TaskPane/TaskPane.css	2008-11-04 12:53:11 UTC (rev 1632)
@@ -28,7 +28,7 @@
 }
 
 /* default icons for the images in the task pane */
-img.TaskPane_back { background-position: 0px 0px; }
-img.TaskPane_forward { background-position: -16px 0px; }
-img.TaskPane_home { background-position: -32px 0px; }
-img.TaskPane_tasks { background-position: -48px 0px; }
+img.TaskPane_back { background-position: 0px 0px !important; }
+img.TaskPane_forward { background-position: -16px 0px !important; }
+img.TaskPane_home { background-position: -32px 0px !important; }
+img.TaskPane_tasks { background-position: -48px 0px !important; }



More information about the fusion-commits mailing list