source: trunk/web/addons/job_monarch/lib/extjs-30/examples/ux/css/RowEditor.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 1.2 KB
Line 
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.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.errorTip .x-tip-body ul{
50    list-style-type:disc;
51    margin-left:15px;
52}
Note: See TracBrowser for help on using the repository browser.