fix #7281 - fix column resizing for merged cells
[roojs1] / css / daypicker.css
index e69de29..5b3738e 100644 (file)
@@ -0,0 +1,24 @@
+
+
+
+.x-form-daypick-item td div
+{
+    width: 30px;
+    text-align: center;
+}
+
+.x-form-daypick-icons td img
+{
+    background: url(../images/default/menu/chk-sprite.gif) no-repeat 0 0;
+    width: 16px;
+    height: 16px;
+    margin: 0;
+    margin-left: 5px;
+    cursor: pointer;
+    
+}
+
+.x-form-daypick-icons td img.x-menu-item-checked
+{
+    background-position: 0 -16px;
+}