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