Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / restful / restful.css
1 /*!
2  * Ext JS Library 3.0.0
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 strong {
8     font-weight: bold;
9 }
10 .x-grid3 .x-window-ml{
11     padding-left: 0;
12 }
13 .x-grid3 .x-window-mr {
14     padding-right: 0;
15 }
16 .x-grid3 .x-window-tl {
17     padding-left: 0;
18 }
19 .x-grid3 .x-window-tr {
20     padding-right: 0;
21 }
22 .x-grid3 .x-window-tc .x-window-header {
23     height: 3px;
24     padding:0;
25     overflow:hidden;
26 }
27 .x-grid3 .x-window-mc {
28     border-width: 0;
29     background: #cdd9e8;
30 }
31 .x-grid3 .x-window-bl {
32     padding-left: 0;
33 }
34 .x-grid3 .x-window-br {
35     padding-right: 0;
36 }
37 .x-grid3 .x-panel-btns {
38     padding:0;
39 }
40 .x-grid3 .x-panel-btns td.x-toolbar-cell {
41     padding:3px 3px 0;
42 }
43 .x-box-inner {
44     zoom:1;
45 }
46 .ext-ie .x-row-editor .x-form-text {
47     margin:0 !important;
48 }
49 .x-row-editor-header {
50     height:2px;
51     overflow:hidden;
52     background: transparent url(images/row-editor-bg.gif) repeat-x 0 0;
53 }
54 .x-row-editor-footer {
55     height:2px;
56     overflow:hidden;
57     background: transparent url(images/row-editor-bg.gif) repeat-x 0 -2px;
58 }
59 .ext-ie .x-row-editor-footer {
60     margin-top:-1px;
61 }
62
63 .x-row-editor-body {
64     overflow:hidden;
65     zoom:1;
66     background: #ebf2fb;
67     padding-top:2px;
68 }
69 .x-row-editor .x-btns {
70     position:absolute;
71     top:28px;
72     left:20px;
73     padding-left:5px;
74     background: transparent url(images/row-editor-btns.gif) no-repeat 0 0;
75 }
76 .x-row-editor .x-btns .x-plain-bwrap {
77     padding-right:5px;
78     background: transparent url(images/row-editor-btns.gif) no-repeat right -31px;
79 }
80 .x-row-editor .x-btns .x-plain-body {
81     background: transparent url(images/row-editor-btns.gif) repeat-x 0 -62px;
82     height:31px;
83 }
84 .x-row-editor .x-btns .x-table-layout-cell {
85     padding:3px;
86 }
87 .icon-user-add {
88     background-image: url(../shared/icons/fam/user_add.gif) !important;
89 }
90 .icon-user-delete {
91     background-image: url(../shared/icons/fam/user_delete.gif) !important;
92 }
93
94 .errorTip .x-tip-body ul{
95     list-style-type:disc;
96     margin-left:15px;
97 }