css/button.css
authorAlan Knowles <alan@roojs.com>
Thu, 2 Aug 2012 10:10:03 +0000 (18:10 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 2 Aug 2012 10:10:03 +0000 (18:10 +0800)
css/button.css

index da063e5..3f79e68 100644 (file)
 
 .x-btn-left, 
 .x-btn-right
-{\r
-       font-size:1px;\r
+{
+       font-size:1px;
        line-height:1px;
-    width: 3px;\r
+    width: 3px;
 }
 
 
@@ -51,7 +51,7 @@
     
 }
 
-/* -------- BUTTON BACKGROUND IMAGE -------------- */\r
+/* -------- BUTTON BACKGROUND IMAGE -------------- */
 .x-btn-left,
 .x-btn-center,
 .x-btn-right
     background-repeat: no-repeat;
     /* might have height, and padding / margin zero'd */
     height:21px;
+    vertical-align: middle;
+    
     
-    \r
 }
 .x-btn-left
 {
     background-position:0 0;
 }
 .x-btn-right
-{\r
+{
        background-position:0 -21px;
 }
 .x-btn-center
        background-position:0 -126px;
 }
 
-/* -------------------------- BUTTON FOCUS -------------------------- */\r
-/* ??? any special settings ?? */\r
+/* -------------------------- BUTTON FOCUS -------------------------- */
+/* ??? any special settings ?? */
  
 /* -------------------------- BUTTON DISABLED -------------------------- */ 
 .x-btn .x-btn-disabled
 {
     padding-left: 0px;
     padding-right: 0px;
-}\r
+}
 /* -------------------------- BUTTON WITH ICONS  -------------------------- */ 
 .x-btn-text-icon .x-btn-center .x-btn-text
 {
@@ -191,5 +192,5 @@ button.x-btn-menu-arrow-el
     /* padding : 3px 0 2px 18px; */
     padding : 0 0 2px 0px; 
 }
-\r
+
   
\ No newline at end of file