Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / form / file-upload.css
index 3ea7198..72114da 100644 (file)
@@ -1,35 +1,33 @@
-/*\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
- * FileUploadField component styles\r
- */\r
-.x-form-file-wrap {\r
-    position: relative;\r
-    height: 22px;\r
-}\r
-.x-form-file-wrap .x-form-file {\r
-       position: absolute;\r
-       right: 0;\r
-       -moz-opacity: 0;\r
-       filter:alpha(opacity: 0);\r
-       opacity: 0;\r
-       z-index: 2;\r
-    height: 22px;\r
-}\r
-.x-form-file-wrap .x-form-file-btn {\r
-       position: absolute;\r
-       right: 0;\r
-       z-index: 1;\r
-}\r
-.x-form-file-wrap .x-form-file-text {\r
-    position: absolute;\r
-    left: 0;\r
-    z-index: 3;\r
-    color: #777;\r
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+/*
+ * FileUploadField component styles
+ */
+.x-form-file-wrap {
+    position: relative;
+    height: 22px;
+}
+.x-form-file-wrap .x-form-file {
+       position: absolute;
+       right: 0;
+       -moz-opacity: 0;
+       filter:alpha(opacity: 0);
+       opacity: 0;
+       z-index: 2;
+    height: 22px;
+}
+.x-form-file-wrap .x-form-file-btn {
+       position: absolute;
+       right: 0;
+       z-index: 1;
+}
+.x-form-file-wrap .x-form-file-text {
+    position: absolute;
+    left: 0;
+    z-index: 3;
+    color: #777;
 }
\ No newline at end of file