forked from b2evolution/b2evolution
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults.css
More file actions
258 lines (241 loc) · 4.31 KB
/
results.css
File metadata and controls
258 lines (241 loc) · 4.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
/**
* Results/tables styles for the admin.
*
* This should be included with every skin and overridden when needed.
*/
/*
* Results tables:
*/
div.results div.table_scroll {
overflow: auto;
width: 100%;
}
table.grouped {
border: 1px solid #bbb;
margin: 0 auto;
width: 100%;
/* clear:both; */
}
div.compact_results table.grouped {
margin: 0 auto;
}
div.fieldset_wrapper {
margin: 1ex auto;
}
/* Table Filters & Messages: */
table.grouped tr.filters td, div.filters, div.messages {
border: 1px solid #bbb;
border-bottom: none;
background-color: #ddd;
font-size: 84%;
}
div.filters {
padding: 3px;
}
div.filters form {
min-height: 22px;
}
div.filters .field_error {
display: inline;
}
a.filters_title {
text-decoration:none;
}
a.filters_title:hover {
text-decoration:underline;
}
tr.filters div, div.filters div {
margin-left: 15px;
}
button.filter {
padding: 0;
margin: 0 0 1px .5ex;
float:right;
}
div.messages {
background-color: #fff0dd;
color: #f60;
padding: 5px;
line-height: 150%;
}
/* Table rows: */
table.grouped tr {
background-color: #eee;
}
table.grouped tr.placeholder {
display: block;
background: red;
position: relative;
margin: 0;
padding: 0;
border: none;
}
table.grouped tr.placeholder:before {
content: "";
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
border-left-color: red;
margin-top: -5px;
left: 0;
border-right: none;
}
table.grouped tr.odd {
background-color: #ddd;
}
table.grouped td {
border-left: 1px solid #bbb;
padding: .3ex 1ex;
}
table.grouped th.title{
border-left: none;
text-align: left;
}
div.results div.title, div.table_title {
border: 1px solid #BBB;
border-bottom: none;
background-color: #D4D4D4;
padding: 0.3ex 1ex;
font-weight: bold;
min-height: 16px;
}
div.table_title {
margin-top: 1ex;
}
table.grouped th.firstcol,
table.grouped td.firstcol {
border-left: none;
}
table.grouped tr.group td {
font-weight: bold;
color: #8e8276;
background-color: #ccc;
border-top: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 0;
}
table.grouped .notes {
color: #666;
}
table.grouped td.shrinkwrap
{
width: 1%;
white-space:nowrap;
text-align:center;
}
/* For prices */
table.grouped td.monetary
{
text-align:right;
white-space:nowrap;
}
table.grouped input.checkbox {
border:none;
background-color: #eee;
}
table.grouped tr.odd input.checkbox {
border:none;
background-color: #ddd;
}
table.grouped tr.even:hover,
table.grouped tr.odd:hover {
background-color:#ccc;
}
table.grouped.nohover tr.even:hover {
background-color:#eee;
}
table.grouped.nohover tr.odd:hover {
background-color:#ddd;
}
/* Table headers/footers: */
table.grouped th,
table.grouped thead td,
table.grouped tfoot td {
padding: .5ex;
border-bottom: 1px solid #bbb;
border-left: 1px solid #bbb;
background-color: #d4d4d4;
}
table.grouped tfoot td {
border-bottom: none;
}
table.grouped th {
padding: .3ex 1ex;
}
table.grouped th img {
vertical-align: bottom;
}
table.grouped tr.total td {
border-top: 1px solid #bbb;
font-weight: bold;
background-color: #d4d4d4;
}
/* Table BASIC sort buttons/headers: */
table.grouped th a.basic_current,
table.grouped th a.basic_sort_link {
padding: 0 1ex;
display: block;
height: 100%;
}
table.grouped th a.basic_current {
background-color:#ccc;
}
table.grouped th a.basic_sort_link:hover {
background-color:#ccc;
}
/* Table SINGLE sort buttons/headers: */
table.grouped th a.single_current {
font-weight : bold;
}
table.grouped th a.single_current:hover,
table.grouped th a.single_sort_link:hover {
text-decoration: underline;
}
/* / Results tables */
/*
* Results navigation:
*/
.results {
margin: 1ex auto;
width: 100%;
/* border: 1px solid black; */
}
.results_nav {
text-align: center;
padding: 3px;
background-color: #D4D4D4;
border: 1px solid #BBB;
border-bottom: none;
}
.results_nav.nav_footer {
border-bottom: 1px solid #BBB;
border-top: none;
}
.results_nav small {
margin-top: 4px;
display: block;
}
/* / Results navigation */
/*
* Results drag n drop
*/
ul.grouped li .draggable_object{
cursor:move;
}
li.ui-draggable-dragging{
width: 80%; /* fp> TODO: JS copy actual pixel width of actual page objetcs */
}
ul.grouped .actions{
display:block;
float:right;
margin-left:2ex;
}
.unsaved_change,
.unsaved_change li,
.widget_changed{
background-color:#faa;
}
.saving_change{
background-color:#ddd;
}