[Commits] r1779 - sandbox/redlining/ux/FeatureEditing/resources/css

commits at geoext.org commits at geoext.org
Tue Jan 19 11:47:04 CET 2010


Author: fredj
Date: 2010-01-19 11:47:03 +0100 (Tue, 19 Jan 2010)
New Revision: 1779

Modified:
   sandbox/redlining/ux/FeatureEditing/resources/css/feature-editing.css
Log:
size already set in ext-all.css

Modified: sandbox/redlining/ux/FeatureEditing/resources/css/feature-editing.css
===================================================================
--- sandbox/redlining/ux/FeatureEditing/resources/css/feature-editing.css	2010-01-19 10:34:36 UTC (rev 1778)
+++ sandbox/redlining/ux/FeatureEditing/resources/css/feature-editing.css	2010-01-19 10:47:03 UTC (rev 1779)
@@ -1,47 +1,31 @@
 .gx-featureediting-draw-point {
-  background-image:url("../images/silk/bullet_red_add.png") !important;
-  height:16px !important;
-  width:16px !important;
+  background-image: url("../images/silk/bullet_red_add.png") !important;
 }
 
 .gx-featureediting-draw-line {
-  background-image:url("../images/geosilk/line_red_add.png") !important;
-  height:16px !important;
-  width:16px !important;
+  background-image: url("../images/geosilk/line_red_add.png") !important;
 }
 
 .gx-featureediting-draw-polygon {
-  background-image:url("../images/geosilk/shape_square_red_add.png") !important;
-  height:16px !important;
-  width:16px !important;
+  background-image: url("../images/geosilk/shape_square_red_add.png") !important;
 }
 
 .gx-featureediting-draw-label {
-  background-image:url("../images/geosilk/label_add.png") !important;
-  height:16px !important;
-  width:16px !important;
+  background-image: url("../images/geosilk/label_add.png") !important;
 }
 
 .gx-featureediting-editfeature {
-  background-image:url("../images/silk/pencil.png") !important;
-  height:16px !important;
-  width:16px !important;
+  background-image: url("../images/silk/pencil.png") !important;
 }
 
 .gx-featureediting-delete {
-  background-image:url("../images/silk/delete.png") !important;
-  height:16px !important;
-  width:16px !important;
+  background-image: url("../images/silk/delete.png") !important;
 }
 
 .gx-featureediting-import {
-  background-image:url("../images/silk/page_white_goback.png") !important;
-  height:16px !important;
-  width:16px !important;
+  background-image: url("../images/silk/page_white_goback.png") !important;
 }
 
 .gx-featureediting-export {
-  background-image:url("../images/silk/page_white_go.png") !important;
-  height:16px !important;
-  width:16px !important;
-}
\ No newline at end of file
+  background-image: url("../images/silk/page_white_go.png") !important;
+}



More information about the Commits mailing list