Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / ux / statusbar / css / statusbar.css
index 1bb7e5f..de711d7 100644 (file)
@@ -1,9 +1,3 @@
-/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
 /* StatusBar - structure */
 .x-statusbar .x-status-text {
     cursor: default;
@@ -15,7 +9,7 @@
 }
 .x-statusbar .x-status-busy {
     padding-left: 25px !important;
-    background: transparent no-repeat 3px 2px;
+    background: transparent no-repeat 3px 0;
 }
 
 .x-toolbar div.xtb-text
 }
 #word-status .x-status-busy {
     padding-left: 25px !important;
-    background: transparent no-repeat 3px 2px;
+    background: transparent no-repeat 3px 0;
 }
 #word-status .x-status-saved {
     padding-left: 25px !important;
-    background: transparent no-repeat 3px 2px;
+    background: transparent no-repeat 3px 0;
 }
 
 /* StatusBar form validation example styles */
 .x-statusbar .x-status-error {
     cursor: pointer;
     padding-left: 25px !important;
-    background: transparent no-repeat 3px 2px;
+    background: transparent no-repeat 3px 0;
 }
 .x-statusbar .x-status-valid {
     padding-left: 25px !important;
-    background: transparent no-repeat 3px 2px;
+    background: transparent no-repeat 3px 0;
 }
 .x-status-error-list {
     font: 11px tahoma,arial,verdana,sans-serif;