Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / examples / ux / css / StatusBar.css
diff --git a/examples/ux/css/StatusBar.css b/examples/ux/css/StatusBar.css
deleted file mode 100644 (file)
index 61efdd4..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-/*!
- * Ext JS Library 3.0.0
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-/*\r
- * Ext JS Library 2.2\r
- * Copyright(c) 2006-2008, Ext JS, LLC.\r
- * licensing@extjs.com\r
- *\r
- * http://extjs.com/license\r
- */\r
-\r
-/* StatusBar */\r
-\r
-.x-statusbar .x-status-text {\r
-    height: 21px;\r
-    line-height: 21px;\r
-    padding: 0 4px;\r
-    cursor: default;\r
-}\r
-.x-statusbar .x-status-busy {\r
-    padding-left: 25px !important;\r
-    background: transparent url(../images/loading.gif) no-repeat 3px 3px;\r
-}\r
-.x-statusbar .x-status-text-panel {\r
-    border-top: 1px solid #99BBE8;\r
-    border-right: 1px solid #fff;\r
-    border-bottom: 1px solid #fff;\r
-    border-left: 1px solid #99BBE8;\r
-    padding: 2px 8px 2px 5px;\r
-}\r
-\r
-/* StatusBar word processor example styles */\r
-\r
-#word-status .x-status-text {\r
-    color: #777;\r
-}\r
-#word-status .x-status-text-panel .spacer {\r
-    width: 60px;\r
-    font-size:0;\r
-    line-height:0;\r
-}\r
-#word-status .x-status-busy {\r
-    padding-left: 25px !important;\r
-    background: transparent url(../images/saving.gif) no-repeat 3px 3px;\r
-}\r
-#word-status .x-status-saved {\r
-    padding-left: 25px !important;\r
-    background: transparent url(../images/saved.png) no-repeat 3px 3px;\r
-}\r
-\r
-/* StatusBar form validation example styles */\r
-\r
-.x-statusbar .x-status-error {\r
-    color: #C33;\r
-    cursor: pointer;\r
-    padding-left: 25px !important;\r
-    background: transparent url(../images/exclamation.gif) no-repeat 3px 3px;\r
-}\r
-.x-statusbar .x-status-valid {\r
-    padding-left: 25px !important;\r
-    background: transparent url(../images/accept.png) no-repeat 3px 3px;\r
-}\r
-.x-status-error-list {\r
-    font: 11px tahoma,arial,verdana,sans-serif;\r
-    position: absolute;\r
-    z-index: 9999;\r
-    border: 1px solid #C33;\r
-    background: #ffa;\r
-    padding: 5px 10px;\r
-    color: #999;\r
-}\r
-.x-status-error-list li {\r
-    cursor: pointer;\r
-    list-style: disc;\r
-    margin-left: 10px;\r
-}\r
-.x-status-error-list li a {\r
-    color: #15428B;\r
-    text-decoration: none;\r
-}\r
-.x-status-error-list li a:hover {\r
-    text-decoration: underline;\r
-}