css/daypicker.css
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 09:30:59 +0000 (17:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 09:30:59 +0000 (17:30 +0800)
css/daypicker.css

index 84e06b2..5b3738e 100644 (file)
@@ -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
+}