Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / resources / css / structure / progress.css
diff --git a/resources/css/structure/progress.css b/resources/css/structure/progress.css
new file mode 100644 (file)
index 0000000..7428e05
--- /dev/null
@@ -0,0 +1,42 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-progress-wrap {\r
+    border:1px solid;\r
+    overflow:hidden;\r
+}\r
+\r
+.x-progress-inner {\r
+    height:18px;\r
+    background:repeat-x;\r
+    position:relative;\r
+}\r
+\r
+.x-progress-bar {\r
+    height:18px;\r
+    float:left;\r
+    width:0;\r
+    background: repeat-x left center;\r
+    border-top:1px solid;\r
+    border-bottom:1px solid;\r
+    border-right:1px solid;\r
+}\r
+\r
+.x-progress-text {\r
+    padding:1px 5px;\r
+    overflow:hidden;\r
+    position:absolute;\r
+    left:0;\r
+    text-align:center;\r
+}\r
+\r
+.x-progress-text-back {\r
+    line-height:16px;\r
+}\r
+\r
+.ext-ie .x-progress-text-back {\r
+    line-height:15px;\r
+}
\ No newline at end of file