X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=css%2Fdaypicker.css;h=5b3738e493dbe35f3fe51899762177090b7704df;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=deb13a814353b2eda778b8552fda9c5a7c5ad6d2;hpb=7a1f96c69baf086e8d65eefe1257fc2aba0048b3;p=roojs1 diff --git a/css/daypicker.css b/css/daypicker.css index deb13a8143..5b3738e493 100644 --- a/css/daypicker.css +++ b/css/daypicker.css @@ -1,14 +1,24 @@ -.x-form-daypick-item td { - width: 35px; +.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; +}