css/toolbar.css
[roojs1] / css / button.css
index 51e7ffa..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;
         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: none;
+    background: none no-repeat scroll 0 0 transparent;
     cursor:pointer;
     margin: 0px;
     outline: none;
     width: auto;
     border: 0px none;
 }
+.x-btn-left i,
+.x-btn-right i
+{
+    display: block;
+    width: 3px;
+}
+
 .roo-gecko .x-btn button
 {
     padding-left: 0px;
 /* -------------------------- BUTTON WITH ICONS  -------------------------- */ 
 .x-btn-text-icon .x-btn-center .x-btn-text
 {
+   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  -------------------------- */