Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / statusbar / statusbar.css
diff --git a/examples/statusbar/statusbar.css b/examples/statusbar/statusbar.css
deleted file mode 100644 (file)
index e2b1962..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\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;\r
-    background: transparent url(images/saving.gif) no-repeat 3px 3px;\r
-}\r
-#word-status .x-status-saved {\r
-    padding-left: 25px;\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;\r
-    background: transparent url(../../resources/images/default/form/exclamation.gif) no-repeat 3px 3px;\r
-}\r
-.x-statusbar .x-status-valid {\r
-    padding-left: 25px;\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
-}
\ No newline at end of file