allow string based values for comboboxarray
[roojs1] / css / core.css
1 .roo-el-mask {\r
2         z-index:20000;   \r
3    position:absolute;\r
4    top:0;\r
5    left:0;\r
6    -moz-opacity: 0.5;\r
7    opacity:.50;\r
8    filter: alpha(opacity=50);\r
9    background-color:#CCC;\r
10         width:100%;\r
11         height:100%;\r
12         zoom:1;\r
13 }
14 .roo-el-mask-msg 
15 {
16     position: absolute;
17     z-index:20000;
18     border: 4px double #557;
19     background-color: #fff;
20 }
21
22 .roo-el-mask-msg div {
23     font: bold 13px "sans serif", tahoma, verdana, helvetica;
24     z-index:20001;
25     padding:4px 15px;
26     color: #557;
27     
28 }
29 .roo-align-right {
30     text-align:right;
31 }
32 \r
33 .x-body-masked {\r
34         overflow:hidden !important;\r
35 }\r
36 .x-body-masked select,.ext-masked object,.ext-masked embed{\r
37          visibility:hidden;\r
38 }
39
40
41
42
43
44 /* --- we do not have any shadow images ....\r
45 .x-shadow
46 {\r
47         background:#cccccc;\r
48    opacity:.3;\r
49    -moz-opacity:.3;\r
50    filter: alpha(opacity=30);
51    position: absolute;
52    overflow: hidden;
53    left: 0px;
54    top: 0px;
55    display: none;\r
56 }
57 */
58 /** --- top/bottom left / right shadow */
59 /*
60 .x-shadow .xstl,
61 .x-shadow .xstr,
62 .x-shadow .xsbl
63 .x-shadow .xsbr
64 {
65     height: 7px;
66     width: 7px;
67     float: left;
68 }
69
70 */
71 /** --- middle left / right shadow */
72 /*
73 .x-shadow .xsml,
74 .x-shadow .xsmr
75 {
76     height: 100%;
77     width: 7px;
78     float: left;
79 }
80 */
81 /** --- top center / bottom center ? shadow */
82 /*
83 .x-shadow .xstc,
84 .x-shadow .xsbc
85 {
86     height: 7px;
87     float: left;
88 }
89 */
90 /*
91 .x-shadow * 
92 {
93     overflow: hidden;
94     clear: none;
95     background:#cccccc;
96    opacity:.3;
97    -moz-opacity:.3;
98     filter: alpha(opacity=30);
99 }
100 */
101 /** silly kludge for IE with select's under divs */
102 .roo-ie .roo-shim {
103     filter: alpha(opacity=0);
104 }
105 .roo-shim {     
106     position: absolute;
107     left: 0px;  
108     top: 0px
109     visibility: hidden; 
110     overflow: hidden;   
111     
112 }
113
114 .x-hidden 
115 {
116    position:absolute;
117    top:0;
118    left:0;
119    visibility: hidden;
120    display: none;
121 }