X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=css%2Fdaypicker.css;h=5b3738e493dbe35f3fe51899762177090b7704df;hb=5f0c20d0c4e6eb4fb63ad64ac5dd3323de1b6c0c;hp=36b7f8fd72b9419534bb0c088d105a3609a86884;hpb=f37c2587c39ddabbfd0b61a0c2e1241d1ccdf2b0;p=roojs1 diff --git a/css/daypicker.css b/css/daypicker.css index 36b7f8fd72..5b3738e493 100644 --- a/css/daypicker.css +++ b/css/daypicker.css @@ -1,11 +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; +}