fix #7281 - fix column resizing for merged cells
[roojs1] / css / resizable.css
index 3295a3f..815f582 100644 (file)
@@ -1,3 +1,6 @@
+
+
+
 .x-resizable-handle {\r
     position:absolute;\r
     z-index:100;\r
         opacity:1;\r
 }\r
 .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{\r
-    background:url(../images/default/sizer/e-handle.gif);\r
+    background:url("../images/default/sizer/e-handle.gif");\r
         background-position: left;\r
 }\r
 .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{\r
-    background:url(../images/default/sizer/e-handle.gif);\r
+    background:url("../images/default/sizer/e-handle.gif");\r
         background-position: left;\r
 }\r
 .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{\r
-    background:url(../images/default/sizer/s-handle.gif);\r
+    background:url("../images/default/sizer/s-handle.gif");\r
     background-position: top;\r
 }\r
 .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{\r
-    background:url(../images/default/sizer/s-handle.gif);\r
+    background:url("../images/default/sizer/s-handle.gif");\r
     background-position: top;\r
 }\r
 .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{\r
-    background:url(../images/default/sizer/corners-sprite.gif);\r
+    background:url("../images/default/sizer/corners-sprite.gif");\r
     background-position: top left;\r
 }\r
 .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{\r
-    background:url(../images/default/sizer/corners-sprite.gif);\r
+    background:url("../images/default/sizer/corners-sprite.gif");\r
     background-position:bottom right;\r
 }\r
 .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{\r
-    background:url(../images/default/sizer/corners-sprite.gif);\r
+    background:url("../images/default/sizer/corners-sprite.gif");\r
     background-position: bottom left;\r
 }\r
 .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{\r
-    background:url(../images/default/sizer/corners-sprite.gif);\r
+    background:url("../images/default/sizer/corners-sprite.gif");\r
     background-position: top right;\r
 }\r
 .x-resizable-proxy{\r