Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / examples / ux / css / RowEditor.css
index de44c30..0ce9883 100644 (file)
@@ -1,52 +1,61 @@
 /*!
 /*!
- * Ext JS Library 3.0.0
+ * Ext JS Library 3.0.3
  * Copyright(c) 2006-2009 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
  * Copyright(c) 2006-2009 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
-.ext-ie .x-row-editor .x-form-text {
-    margin:0 !important; 
-}
-.x-row-editor-header {
-    height:2px;
-    overflow:hidden;
-    background: transparent url(../images/row-editor-bg.gif) repeat-x 0 0;
-}
-.x-row-editor-footer {
-    height:2px;
-    overflow:hidden;
-    background: transparent url(../images/row-editor-bg.gif) repeat-x 0 -2px;
-}
-.ext-ie .x-row-editor-footer {
-    margin-top:-1px;
-}
-
-.x-row-editor-body {
-    overflow:hidden;
-    zoom:1;
-    background: #ebf2fb;
-    padding-top:2px;
-}
-.x-row-editor .x-btns {
-    position:absolute;
-    top:28px;
-    left:20px;
-    padding-left:5px;
-    background: transparent url(../images/row-editor-btns.gif) no-repeat 0 0;
-}
-.x-row-editor .x-btns .x-plain-bwrap {
-    padding-right:5px;
-    background: transparent url(../images/row-editor-btns.gif) no-repeat right -31px;
-}
-.x-row-editor .x-btns .x-plain-body {
-    background: transparent url(../images/row-editor-btns.gif) repeat-x 0 -62px;
-    height:31px;
-}
-.x-row-editor .x-btns .x-table-layout-cell {
-    padding:3px;
-}
-
-.errorTip .x-tip-body ul{
-    list-style-type:disc;
-    margin-left:15px;
-}
+.ext-ie .x-row-editor .x-form-text {\r
+    margin:0 !important; \r
+}\r
+.x-row-editor-header {\r
+    height:2px;\r
+    overflow:hidden;\r
+    background: transparent url(../images/row-editor-bg.gif) repeat-x 0 0;\r
+}\r
+.x-row-editor-footer {\r
+    height:2px;\r
+    overflow:hidden;\r
+    background: transparent url(../images/row-editor-bg.gif) repeat-x 0 -2px;\r
+}\r
+.ext-ie .x-row-editor-footer {\r
+    margin-top:-1px;\r
+}\r
+\r
+.x-row-editor-body {\r
+    overflow:hidden;\r
+    zoom:1;\r
+    background: #ebf2fb;\r
+    padding-top:2px;\r
+}\r
+.x-row-editor .x-btns {\r
+    position:absolute;\r
+    top:28px;\r
+    left:20px;\r
+    padding-left:5px;\r
+    background: transparent url(../images/row-editor-btns.gif) no-repeat 0 0;\r
+}\r
+.x-row-editor .x-btns .x-plain-bwrap {\r
+    padding-right:5px;\r
+    background: transparent url(../images/row-editor-btns.gif) no-repeat right -31px;\r
+}\r
+.x-row-editor .x-btns .x-plain-body {\r
+    background: transparent url(../images/row-editor-btns.gif) repeat-x 0 -62px;\r
+    height:31px;\r
+}\r
+.x-row-editor .x-btns .x-table-layout-cell {\r
+    padding:3px;\r
+}\r
+\r
+/* Fixes for IE6/7 trigger fields */\r
+.ext-ie6 .x-row-editor .x-form-field-wrap .x-form-trigger, .ext-ie7 .x-row-editor .x-form-field-wrap .x-form-trigger {\r
+  top: 1px;\r
+}\r
+\r
+.ext-ie6 .x-row-editor .x-form-field-trigger-wrap, .ext-ie7 .x-row-editor .x-form-field-trigger-wrap {\r
+  margin-top: -1px;\r
+}\r
+\r
+.errorTip .x-tip-body ul{\r
+    list-style-type:disc;\r
+    margin-left:15px;\r
+}\r