css/daypicker.css
[roojs1] / css / button.css
index 1ac8c7d..da063e5 100644 (file)
@@ -4,7 +4,7 @@
 
 .x-btn
 {
-       font:normal 9px arial, tahoma, verdana, helvetica;
+       font: normal 8pt tahoma,verdan,arial,helvetica;
        white-space: nowrap;
     text-decoration:none !important;
     color:black !important;
@@ -15,9 +15,6 @@
     vertical-align: middle;
     text-align:center;
     border: 0px none;
-    .x-btn button {
-    background:none repeat scroll 0 0 transparent;
-
 }
 /* override em (which is what the <button> is wrapped in) */
 .x-btn em
         height:16px;
         background:url(../images/default/basic-dialog/btn-clear.gif) no-repeat 0 0;
 }
+/** - button with icon only **/
+.x-btn-icon .x-btn-text {
+    width: 16px;
+}
 
 
 /* -------------------------- BUTTON OVER -------------------------- */
 /* -------------------------- BUTTON ELEMENT -------------------------- */ 
 .x-btn button {
     font-size: 11px;
-    background-image: none no-repeat scroll 0 0 transparent;
+    background: none no-repeat scroll 0 0 transparent;
     cursor:pointer;
     margin: 0px;
     outline: none;
    background-position:0 2px; 
    background:none no-repeat scroll 0 0 transparent;
     /* padding : 3px 0 2px 18px; */
-    padding : 0 0 2px 18px; 
+    padding: 1px 0px 1px 18px;
 
 }
 /* -------------------------- BUTTON WITH MENUS  -------------------------- */