css/xtheme-slate-debug.css
authorAlan Knowles <alan@akbkhome.com>
Sun, 19 Sep 2010 10:15:46 +0000 (18:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 19 Sep 2010 10:15:46 +0000 (18:15 +0800)
css/xtheme-slate-debug.css

index bdf2653..fdc20a7 100644 (file)
 }
 
 /* Buttons */
-.x-btn-left,
-.x-btn-center,
-.x-btn-right
-{
-    background-image :url(../images/slate/button/btn-sprite.gif);
-    background-repeat: no-repeat;
-    /* might have height, and padding / margin zero'd */
-    height:21px;
-}
 
+.x-btn-left{
+       background-image:url(../images/slate/button/btn-sprite.gif);
+}
+.x-btn-right{
+       background-image:url(../images/slate/button/btn-sprite.gif);
+}
+.x-btn-center{
+       background-image:url(../images/slate/button/btn-sprite.gif);
+}
  
\ No newline at end of file