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

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

fix bug on the rbuilder (post filtering system) and enhance some template & css properties

File size: 2.5 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
79
80div#iMenuCriterions div#iMenuCItems {
81  display:none;
82  list-style-type:none;
83  max-height:30px;
84  position:absolute;
85  padding:0px;
86  margin:36px 2px 2px;
87}
88
89
90div#iMenuCriterions ul {
91  padding:2px;
92}
93
94div#iMenuCriterions ul li {
95  list-style-type:none;
96  padding:4px;
97}
98
99div#iMenuCriterions:hover  div#iMenuCItems
100{
101  cursor:pointer;
102  display:block;
103}
104
105div#iMenuCriterions:hover div#iMenuCTitle
106{
107  margin-bottom:0px;
108  padding-bottom:11px;
109}
110
111div#iMenuCriterions div#iMenuCTitle
112{
113  margin-bottom:3px;
114  cursor:default;
115}
116
117div#iMenuCaddieBar {
118  margin-left:8px;
119  padding-left:8px;
120  border-left:1px solid;
121  cursor:default;
122}
123
124
125div#iMenuCaddieBar div#iMenuCaddieItems {
126  display:none;
127  list-style-type:none;
128  max-height:30px;
129  position:absolute;
130  padding:0px;
131  z-index:500;
132}
133
134div#iMenuCaddieBar ul {
135  margin:4px 0 4px -8px;
136  padding-bottom:2px;
137  padding-left:16px;
138  padding-right:2px;
139}
140
141div#iMenuCaddieBar ul li {
142  list-style-type:none;
143  padding:4px;
144}
145
146div#iMenuCaddieBar:hover  div#iMenuCaddieItems
147{
148  cursor:pointer;
149  display:block;
150}
Note: See TracBrowser for help on using the repository browser.