Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / ux / css / RowEditor.css
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.com/license
6  */
7 .ext-ie .x-row-editor .x-form-text {
8     margin:0 !important; 
9 }
10 .x-row-editor-header {
11     height:2px;
12     overflow:hidden;
13     background: transparent url(../images/row-editor-bg.gif) repeat-x 0 0;
14 }
15 .x-row-editor-footer {
16     height:2px;
17     overflow:hidden;
18     background: transparent url(../images/row-editor-bg.gif) repeat-x 0 -2px;
19 }
20 .ext-ie .x-row-editor-footer {
21     margin-top:-1px;
22 }
23
24 .x-row-editor-body {
25     overflow:hidden;
26     zoom:1;
27     background: #ebf2fb;
28     padding-top:2px;
29 }
30 .x-row-editor .x-btns {
31     position:absolute;
32     top:28px;
33     left:20px;
34     padding-left:5px;
35     background: transparent url(../images/row-editor-btns.gif) no-repeat 0 0;
36 }
37 .x-row-editor .x-btns .x-plain-bwrap {
38     padding-right:5px;
39     background: transparent url(../images/row-editor-btns.gif) no-repeat right -31px;
40 }
41 .x-row-editor .x-btns .x-plain-body {
42     background: transparent url(../images/row-editor-btns.gif) repeat-x 0 -62px;
43     height:31px;
44 }
45 .x-row-editor .x-btns .x-table-layout-cell {
46     padding:3px;
47 }
48
49 /* Fixes for IE6/7 trigger fields */
50 .ext-ie6 .x-row-editor .x-form-field-wrap .x-form-trigger, .ext-ie7 .x-row-editor .x-form-field-wrap .x-form-trigger {
51   top: 1px;
52 }
53
54 .ext-ie6 .x-row-editor .x-form-field-trigger-wrap, .ext-ie7 .x-row-editor .x-form-field-trigger-wrap {
55   margin-top: -1px;
56 }
57
58 .errorTip .x-tip-body ul{
59     list-style-type:disc;
60     margin-left:15px;
61 }