fix #7281 - fix column resizing for merged cells
[roojs1] / css / daypicker.css
1
2
3
4 .x-form-daypick-item td div
5 {
6     width: 30px;
7     text-align: center;
8 }
9
10 .x-form-daypick-icons td img
11 {
12     background: url(../images/default/menu/chk-sprite.gif) no-repeat 0 0;
13     width: 16px;
14     height: 16px;
15     margin: 0;
16     margin-left: 5px;
17     cursor: pointer;
18     
19 }
20
21 .x-form-daypick-icons td img.x-menu-item-checked
22 {
23     background-position: 0 -16px;
24 }