fix #7281 - fix column resizing for merged cells
[roojs1] / css / daypicker.css
index 658e29b..5b3738e 100644 (file)
@@ -1,8 +1,24 @@
-.x-form-daypick-item td {
-    
+
+
+
+.x-form-daypick-item td div
+{
+    width: 30px;
+    text-align: center;
 }
 
-.x-form-daypick-icons td img {
+.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;
     
-    
-}
\ No newline at end of file
+}
+
+.x-form-daypick-icons td img.x-menu-item-checked
+{
+    background-position: 0 -16px;
+}