source: extensions/GrumPluginClasses/css/rbuilder.css @ 7327

Last change on this file since 7327 was 7327, checked in by grum, 14 years ago

fix bug on the rbuilder and ajax initialization and enhance some template & css properties

File size: 2.8 KB
Line 
1ul.rbResultList {
2  list-style:none;
3  padding:0px;
4}
5
6ul.rbResultList li {
7  width:45%;
8  display:inline-block;
9  overflow:hidden;
10  min-height:140px;
11}
12
13ul.rbResultList td.rbResultItemDetail {
14  padding-left:15px;
15  vertical-align:top;
16}
17
18ul.rbResultList table {
19  margin-left:0px;
20}
21
22.cPnActive, .cPnDisabled, .cPnInactive { margin:2px; padding:2px;  min-width:20px; text-align:center; }
23.pnInactiveclear, .pnInactiveroma { cursor:pointer; }
24.pnInactiveclear:hover { background:#F1F1F1; }
25.pnActiveclear { background:#F1F1F1; font-weight:bold; }
26.pnInactiveroma:hover { background:#999999; color:#444444; }
27.pnActiveroma { background:#999999; color:#444444; font-weight:bold; }
28#iPagesNavigator ul { margin:0px; }
29
30
31.cbGroup { border-width:1px; border-style:solid; padding:0px; margin:2px; min-height:30px; list-style:none; }
32.cbItem {   padding:2px; margin:8px; min-height:34px; list-style:none; }
33
34#iListSelectedCriterions { padding:0px; }
35
36#dragHelper ul li.cbItem { padding:2px; }
37#dragHelper ul li {
38  clear:both;
39  min-height:32px;
40  list-style-image:none;
41  list-style-position:outside;
42  list-style-type:none;
43  margin:4px;
44  padding:0px;
45}
46
47.cbItemButtons { padding:2px; }
48.cbItem img { cursor: pointer; }
49
50.cbSortHandle { cursor:move; }
51
52
53.helper {
54 border:2px dashed #777777;
55}
56
57div.cbOperator {
58 cursor:pointer;
59 padding:4px;
60 text-align:left;
61 font-weight:bold;
62}
63
64div.cbOperatorBgroma {
65 background:#333333;
66}
67
68div.cbOperatorBgclear {
69 background:#dbe8f3;
70}
71
72.cbButtons {
73  float:left;
74  margin:2px;
75  padding:8px;
76  height:15px;
77}
78
79input.cRequestCriterions {
80  margin-left:1em;
81}
82
83div#iMenuCriterions div#iMenuCItems {
84  display:none;
85  list-style-type:none;
86  max-height:30px;
87  position:absolute;
88  padding:0px;
89  margin-top:-1px;
90}
91
92
93div#iMenuCriterions ul {
94  padding:2px;
95}
96
97div#iMenuCriterions ul li {
98  list-style-type:none;
99  padding:4px;
100}
101
102div#iMenuCriterions:hover  div#iMenuCItems
103{
104  cursor:pointer;
105  display:block;
106}
107
108div#iMenuCriterions:hover div#iMenuCTitle
109{
110  margin-bottom:0px;
111  padding-bottom:11px;
112}
113
114div#iMenuCriterions div#iMenuCTitle
115{
116  margin-bottom:3px;
117  cursor:default;
118  padding-left:0;
119  padding-right:0;
120}
121div#iMenuCriterions div#iMenuCTitle div#iMenuCText {
122  padding-bottom:12px;
123  padding-left:8px;
124  padding-right:8px;
125  position:relative;
126  z-index:950;
127}
128
129div#iMenuCaddieBar {
130  margin-left:8px;
131  padding-left:8px;
132  border-left:1px solid;
133  cursor:default;
134}
135
136
137div#iMenuCaddieBar div#iMenuCaddieItems {
138  display:none;
139  list-style-type:none;
140  max-height:30px;
141  position:absolute;
142  padding:0px;
143  z-index:500;
144}
145
146div#iMenuCaddieBar ul {
147  margin:4px 0 4px -8px;
148  padding-bottom:2px;
149  padding-left:16px;
150  padding-right:2px;
151}
152
153div#iMenuCaddieBar ul li {
154  list-style-type:none;
155  padding:4px;
156}
157
158div#iMenuCaddieBar:hover  div#iMenuCaddieItems
159{
160  cursor:pointer;
161  display:block;
162}
Note: See TracBrowser for help on using the repository browser.