From 800d94c0e99e73de6c78142a607e131513b57460 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 29 Mar 2011 17:30:59 +0800 Subject: [PATCH] css/daypicker.css --- css/daypicker.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/daypicker.css b/css/daypicker.css index 84e06b2650..5b3738e493 100644 --- a/css/daypicker.css +++ b/css/daypicker.css @@ -1,12 +1,14 @@ -.x-form-daypick-item td div { +.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; @@ -15,6 +17,8 @@ cursor: pointer; } -.x-form-daypick-icons td img.x-menu-item-checked { + +.x-form-daypick-icons td img.x-menu-item-checked +{ background-position: 0 -16px; -} \ No newline at end of file +} -- 2.39.2