X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=css%2Fdaypicker.css;h=5b3738e493dbe35f3fe51899762177090b7704df;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=4965dceaf2256731a889bd232fade27b7642250d;hpb=3fd0a81b9bd4e3897f8e662b1c2cc18a7e9ce16f;p=roojs1 diff --git a/css/daypicker.css b/css/daypicker.css index 4965dceaf2..5b3738e493 100644 --- a/css/daypicker.css +++ b/css/daypicker.css @@ -1,15 +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; +}