locomotive_cms 0.0.2.3 → 0.0.2.4
Sign up to get free protection for your applications and to get access to all the features.
data/public/stylesheets/all.css
DELETED
@@ -1,1395 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
background: #000 url(/images/admin/background/body.png) repeat 0 0;
|
3
|
-
/* font-family: Arial,Helvetica,sans-serif;*/
|
4
|
-
font-size: 1em;
|
5
|
-
}
|
6
|
-
|
7
|
-
.container {
|
8
|
-
width: 966px;
|
9
|
-
}
|
10
|
-
|
11
|
-
#wrapper {
|
12
|
-
background: transparent url(/images/admin/background/light.png) repeat-x 0 0;
|
13
|
-
}
|
14
|
-
|
15
|
-
#header {
|
16
|
-
position: relative;
|
17
|
-
padding-top: 20px;
|
18
|
-
}
|
19
|
-
|
20
|
-
#header h1 {
|
21
|
-
margin-bottom: 0px;
|
22
|
-
}
|
23
|
-
|
24
|
-
#header h1 a {
|
25
|
-
font-size: 0.5em;
|
26
|
-
color: #f0f0f0;
|
27
|
-
text-shadow: 1px 1px 1px #000;
|
28
|
-
text-decoration: none;
|
29
|
-
margin-left: 8px;
|
30
|
-
}
|
31
|
-
|
32
|
-
#search-bar {
|
33
|
-
position: absolute;
|
34
|
-
top: 15px;
|
35
|
-
right: 0px;
|
36
|
-
}
|
37
|
-
|
38
|
-
#global-actions-bar {
|
39
|
-
position: absolute;
|
40
|
-
top: 70px;
|
41
|
-
right: 8px;
|
42
|
-
color: #8b8d9a;
|
43
|
-
font-size: 0.7em;
|
44
|
-
text-shadow: 1px 1px 1px #000;
|
45
|
-
}
|
46
|
-
|
47
|
-
#global-actions-bar a {
|
48
|
-
color: #1F82BC;
|
49
|
-
text-decoration: none;
|
50
|
-
}
|
51
|
-
|
52
|
-
#global-actions-bar a:hover { text-decoration: underline; }
|
53
|
-
|
54
|
-
#global-actions-bar span {
|
55
|
-
font-size: 0.9em;
|
56
|
-
color: #999;
|
57
|
-
margin: 0 1px;
|
58
|
-
/* text-shadow: 1px 1px 1px #000;*/
|
59
|
-
}
|
60
|
-
|
61
|
-
#content {
|
62
|
-
background: transparent url(/images/admin/menu/shadow.png) repeat-y 0 0;
|
63
|
-
}
|
64
|
-
|
65
|
-
#content div.inner {
|
66
|
-
margin: 0px 8px;
|
67
|
-
padding: 10px 15px 20px 15px;
|
68
|
-
background: white;
|
69
|
-
min-height: 150px;
|
70
|
-
position: relative;
|
71
|
-
}
|
72
|
-
|
73
|
-
#content div.inner h2 {
|
74
|
-
padding-bottom: 10px;
|
75
|
-
font-size: 1.3em;
|
76
|
-
font-weight: bold;
|
77
|
-
color: #1e1f26;
|
78
|
-
border-bottom: 1px dotted #bbbbbd;
|
79
|
-
}
|
80
|
-
|
81
|
-
#content div.inner h2 a.editable {
|
82
|
-
padding: 2px 25px 2px 6px;
|
83
|
-
text-decoration: none;
|
84
|
-
color: #1e1f26;
|
85
|
-
outline: none;
|
86
|
-
}
|
87
|
-
|
88
|
-
#content div.inner h2 a.editable:hover {
|
89
|
-
background: #fffbe5 url(/images/admin/form/pen.png) no-repeat right 5px;
|
90
|
-
border-bottom: 1px dotted #efe4a5;
|
91
|
-
}
|
92
|
-
|
93
|
-
#content div.inner h3 {
|
94
|
-
background: transparent url(/images/admin/list/item.png) no-repeat 0 0;
|
95
|
-
font-size: 0.9em;
|
96
|
-
font-weight: bold;
|
97
|
-
color: #1e1f26;
|
98
|
-
padding: 7px 0 10px 20px;
|
99
|
-
}
|
100
|
-
|
101
|
-
#content div.inner p {
|
102
|
-
color: #8b8d9a;
|
103
|
-
font-size: 0.8em;
|
104
|
-
}
|
105
|
-
|
106
|
-
#content #local-actions-bar {
|
107
|
-
position: absolute;
|
108
|
-
top: 15px;
|
109
|
-
right: 15px;
|
110
|
-
}
|
111
|
-
|
112
|
-
#content #local-actions-bar a {
|
113
|
-
display: block;
|
114
|
-
float: left;
|
115
|
-
height: 20px;
|
116
|
-
color: #8b8d9a;
|
117
|
-
text-decoration: none;
|
118
|
-
font-size: 0.7em;
|
119
|
-
padding-left: 24px;
|
120
|
-
margin-left: 10px;
|
121
|
-
background: transparent url(/images/admin/buttons/action-left.png) no-repeat 0 0;
|
122
|
-
outline: none;
|
123
|
-
}
|
124
|
-
|
125
|
-
#content #local-actions-bar a:hover span { text-decoration: underline; }
|
126
|
-
|
127
|
-
#content #local-actions-bar a span {
|
128
|
-
display: inline-block;
|
129
|
-
height: 13px;
|
130
|
-
background: transparent url(/images/admin/buttons/action-right.png) no-repeat right 0;
|
131
|
-
padding: 1px 10px 8px 2px;
|
132
|
-
}
|
133
|
-
|
134
|
-
/* ___ footer ___ */
|
135
|
-
|
136
|
-
#footer {
|
137
|
-
background: transparent url(/images/admin/background/footer.png) no-repeat 0 0;
|
138
|
-
}
|
139
|
-
|
140
|
-
#footer p {
|
141
|
-
padding: 15px 8px 0 0;
|
142
|
-
font-size: 0.6em;
|
143
|
-
color: #444;
|
144
|
-
}
|
145
|
-
|
146
|
-
/* ___ Alignements ___ */
|
147
|
-
|
148
|
-
.tcenter { text-align: center; }
|
149
|
-
.tright { text-align: right; }
|
150
|
-
.tleft { text-align: left; }
|
151
|
-
.tjustify { text-align: justify; }
|
152
|
-
.fright { float: right; }
|
153
|
-
|
154
|
-
/* ___ Margins ___ */
|
155
|
-
|
156
|
-
.nomargin { margin: 0 !important; }
|
157
|
-
.mt30 { margin-top: 30px !important; }
|
158
|
-
.mt20 { margin-top: 20px !important; }
|
159
|
-
.mb20 { margin-bottom: 20px !important; }
|
160
|
-
.m20 { margin: 20px !important; }
|
161
|
-
.mt10 { margin-top: 10px !important; }
|
162
|
-
.ml10 { margin-left: 10px !important; }
|
163
|
-
.mr10 { margin-right: 10px !important; }
|
164
|
-
.mb10 { margin-bottom: 10px !important; }
|
165
|
-
.m10 { margin: 10px !important; }
|
166
|
-
|
167
|
-
/* ___ NoCoffee / Rails Tags ___ */
|
168
|
-
|
169
|
-
a#nocoffee { text-decoration: none; font-size: 1.1em; line-height: 20px; color: #505b64; padding-right: 20px; margin: 0 4px; background: transparent url(../../images/admin/nocoffee.gif) no-repeat right 0px; }
|
170
|
-
a#nocoffee em { color: #ef3f44; font-weight: normal; font-style: normal; }
|
171
|
-
|
172
|
-
a#powered-by { text-decoration: none; font-size: 1.1em; color: #666; }
|
173
|
-
a#powered-by:hover{ text-decoration: underline; color: #aaa; }
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
.toggleSwitch {
|
179
|
-
position: relative;
|
180
|
-
top: 3px;
|
181
|
-
}
|
182
|
-
|
183
|
-
div.toggleSwitch span.leftLabel{
|
184
|
-
float: left;
|
185
|
-
}
|
186
|
-
|
187
|
-
div.toggleSwitch span.leftLabel, div.toggleSwitch span.rightLabel{
|
188
|
-
line-height: 20px;
|
189
|
-
padding: 0 5px;
|
190
|
-
font-size: 0.8em;
|
191
|
-
font-weight: bold;
|
192
|
-
}
|
193
|
-
|
194
|
-
div.toggleSwitch div.switchArea {
|
195
|
-
float: left;
|
196
|
-
background: transparent url("/images/admin/plugins/toggle_shadow-bg.png") top left no-repeat;
|
197
|
-
width: 64px;
|
198
|
-
height: 24px;
|
199
|
-
cursor: pointer;
|
200
|
-
}
|
201
|
-
|
202
|
-
div.toggleSwitch span.switchHandle{
|
203
|
-
display: block;
|
204
|
-
background: #aaa;
|
205
|
-
background: transparent url("/images/admin/plugins/toggle_handle-bg.png") top left no-repeat;
|
206
|
-
width: 30px;
|
207
|
-
height: 100%;
|
208
|
-
cursor: pointer;
|
209
|
-
cursor: hand;
|
210
|
-
margin-left: 0;
|
211
|
-
}
|
212
|
-
|
213
|
-
div.toggleSwitch span.switchHandle.left{
|
214
|
-
background-image: url("/images/admin/plugins/toggle_handle_left-bg.png");
|
215
|
-
}
|
216
|
-
|
217
|
-
div.toggleSwitch span.switchHandle.right{
|
218
|
-
background-image: url("/images/admin/plugins/toggle_handle_right-bg.png");
|
219
|
-
}
|
220
|
-
|
221
|
-
|
222
|
-
/* ___ menu ___ */
|
223
|
-
|
224
|
-
ul#menu {
|
225
|
-
list-style: none;
|
226
|
-
margin: 20px 0 0 0px;
|
227
|
-
padding: 0px;
|
228
|
-
background: transparent url(/images/admin/menu/gray-border.png) no-repeat 0 bottom;
|
229
|
-
height: 41px;
|
230
|
-
}
|
231
|
-
|
232
|
-
body.assets ul#menu { background-image: url(/images/admin/menu/green-border.png); }
|
233
|
-
body.settings ul#menu { background-image: url(/images/admin/menu/blue-border.png); }
|
234
|
-
|
235
|
-
ul#menu li {
|
236
|
-
float: left;
|
237
|
-
height: 40px;
|
238
|
-
}
|
239
|
-
|
240
|
-
ul#menu li a {
|
241
|
-
display: inline-block;
|
242
|
-
padding: 13px 55px 7px 5px;
|
243
|
-
margin-left: 15px;
|
244
|
-
text-decoration: none;
|
245
|
-
color: #787a89;
|
246
|
-
text-shadow: 1px 1px 1px #c5cfd1;
|
247
|
-
font-size: 0.8em;
|
248
|
-
outline: none;
|
249
|
-
height: 19px;
|
250
|
-
}
|
251
|
-
|
252
|
-
ul#menu li a em {
|
253
|
-
display: inline-block;
|
254
|
-
width: 15px;
|
255
|
-
height: 12px;
|
256
|
-
position: relative;
|
257
|
-
top: 2px;
|
258
|
-
margin-right: 4px;
|
259
|
-
}
|
260
|
-
|
261
|
-
|
262
|
-
ul#menu li.contents { background: url(/images/admin/menu/top-left.png) no-repeat 0 -40px; padding-left: 13px; }
|
263
|
-
ul#menu li.contents a { background: url(/images/admin/menu/top.png) repeat-x 0 -40px; margin-left: 0px; padding-right: 5px; padding-left: 5px; }
|
264
|
-
ul#menu li.contents a em { background: transparent url(/images/admin/menu/icons/folder.png) no-repeat 0 0; }
|
265
|
-
|
266
|
-
body.contents ul#menu li.contents { background-position: 0 0px; }
|
267
|
-
body.contents ul#menu li.contents a { background-position: 0 0px; color: white; text-shadow: none; }
|
268
|
-
body.contents ul#menu li.contents a em { background-position: 0 -12px; }
|
269
|
-
body.settings ul#menu li.contents { background-position: 0 -80px; }
|
270
|
-
body.settings ul#menu li.contents a { background-position: 0 -80px; }
|
271
|
-
|
272
|
-
ul#menu li.assets { background: url(/images/admin/menu/left.png) no-repeat 0 -40px; padding-left: 35px; }
|
273
|
-
ul#menu li.assets a em { background: transparent url(/images/admin/menu/icons/settings.png) no-repeat 0 0; height: 14px; }
|
274
|
-
body.contents ul#menu li.assets { background-position: 0 0px; }
|
275
|
-
body.assets ul#menu li.assets { background-position: 0 -80px; }
|
276
|
-
body.assets ul#menu li.assets a { background-position: right -80px; color: white; text-shadow: none; }
|
277
|
-
body.assets ul#menu li.assets a em { background-position: 0 -15px; }
|
278
|
-
|
279
|
-
ul#menu li.assets { background: url(/images/admin/menu/left.png) no-repeat 0 -40px; padding-left: 35px; }
|
280
|
-
ul#menu li.assets a { background: url(/images/admin/menu/right.png) no-repeat right 0px; }
|
281
|
-
body.contents ul#menu li.assets { background-position: 0 0px; }
|
282
|
-
body.settings ul#menu li.assets { background-position: 0 -200px; }
|
283
|
-
body.settings ul#menu li.assets a { background-position: right -400px; }
|
284
|
-
|
285
|
-
ul#menu li.settings { background: none; }
|
286
|
-
ul#menu li.settings a { background: url(/images/admin/menu/right.png) no-repeat right -40px; margin-left: 0px; }
|
287
|
-
ul#menu li.settings a em { background: transparent url(/images/admin/menu/icons/settings.png) no-repeat 0 0; height: 14px; }
|
288
|
-
body.settings ul#menu li.settings a { background-position: right -440px; color: white; text-shadow: none; }
|
289
|
-
body.settings ul#menu li.settings a em { background-position: 0 -30px; }
|
290
|
-
body.contents ul#menu li.settings { background-position: 0 0px; }
|
291
|
-
body.assets ul#menu li.settings a { background-position: right -120px; }
|
292
|
-
|
293
|
-
|
294
|
-
ul#menu li.clear { float: none; height: 1px; }
|
295
|
-
|
296
|
-
/* ___ submenu ___ */
|
297
|
-
|
298
|
-
#submenu {
|
299
|
-
background: transparent url(/images/admin/menu/shadow.png) repeat-y 0 0;
|
300
|
-
height: 60px;
|
301
|
-
position: relative;
|
302
|
-
}
|
303
|
-
|
304
|
-
#submenu div.action {
|
305
|
-
position: absolute;
|
306
|
-
top: 18px;
|
307
|
-
right: 22px;
|
308
|
-
}
|
309
|
-
|
310
|
-
#submenu div.action a {
|
311
|
-
display: block;
|
312
|
-
float: left;
|
313
|
-
height: 20px;
|
314
|
-
color: white;
|
315
|
-
text-decoration: none;
|
316
|
-
font-size: 0.7em;
|
317
|
-
padding-left: 26px;
|
318
|
-
background: transparent url(../../images/admin/buttons/add-left.png) no-repeat 0 0;
|
319
|
-
outline: none;
|
320
|
-
}
|
321
|
-
|
322
|
-
#submenu div.action a:hover span { text-decoration: underline; }
|
323
|
-
|
324
|
-
#submenu div.action a span {
|
325
|
-
display: inline-block;
|
326
|
-
height: 13px;
|
327
|
-
background: transparent url(../../images/admin/buttons/add-right.png) no-repeat right 0;
|
328
|
-
padding: 1px 12px 10px 0px;
|
329
|
-
text-shadow: 1px 1px 1px #000;
|
330
|
-
}
|
331
|
-
|
332
|
-
#submenu > ul {
|
333
|
-
width: 950px;
|
334
|
-
height: 46px;
|
335
|
-
list-style: none;
|
336
|
-
margin: 0px 8px 0 8px;
|
337
|
-
padding: 14px 0 0 0px;
|
338
|
-
clear: both;
|
339
|
-
}
|
340
|
-
|
341
|
-
#submenu > ul > li {
|
342
|
-
display: block;
|
343
|
-
float: left;
|
344
|
-
margin-left: 8px;
|
345
|
-
position: relative;
|
346
|
-
z-index: 999;
|
347
|
-
}
|
348
|
-
|
349
|
-
#submenu > ul > li > a {
|
350
|
-
display: block;
|
351
|
-
float: left;
|
352
|
-
height: 31px;
|
353
|
-
color: white;
|
354
|
-
text-decoration: none;
|
355
|
-
font-size: 0.8em;
|
356
|
-
padding-left: 15px;
|
357
|
-
background: transparent url(../../images/admin/buttons/emboss-left.png) no-repeat 0 0;
|
358
|
-
outline: none;
|
359
|
-
}
|
360
|
-
|
361
|
-
#submenu > ul > li > a span {
|
362
|
-
display: inline-block;
|
363
|
-
height: 17px;
|
364
|
-
background: transparent url(../../images/admin/buttons/emboss-right.png) no-repeat right 0;
|
365
|
-
padding: 4px 28px 10px 0px;
|
366
|
-
text-shadow: 1px 1px 1px #000;
|
367
|
-
}
|
368
|
-
|
369
|
-
#submenu > ul > li.links a span em {
|
370
|
-
display: inline-block;
|
371
|
-
background: transparent url(/images/admin/menu/arrow.png) no-repeat 0 0;
|
372
|
-
width: 16px;
|
373
|
-
height: 9px;
|
374
|
-
position: relative;
|
375
|
-
top: 2px;
|
376
|
-
left: 4px;
|
377
|
-
}
|
378
|
-
|
379
|
-
#submenu > ul > li.on a { background-position: 0 -31px; }
|
380
|
-
#submenu > ul > li.on a span { background-position: right -31px; }
|
381
|
-
#submenu > ul > li.on a span em { background-position: 0 -9px; }
|
382
|
-
|
383
|
-
#submenu > ul > li.hover > a { background-position: 0 -186px; color: #8b8d9a; }
|
384
|
-
#submenu > ul > li.hover > a span { background-position: right -186px; text-shadow: none; }
|
385
|
-
#submenu > ul > li.hover > a span em { background-position: 0 -18px; }
|
386
|
-
|
387
|
-
|
388
|
-
body.assets #submenu > ul > li > a { background-position: 0 -62px; }
|
389
|
-
body.assets #submenu > ul > li > a span { background-position: right -62px; }
|
390
|
-
body.assets #submenu > ul > li.on > a { background-position: 0 -93px; }
|
391
|
-
body.assets #submenu > ul > li.on > a span { background-position: right -93px; }
|
392
|
-
|
393
|
-
body.settings #submenu > ul > li > a { background-position: 0 -124px; }
|
394
|
-
body.settings #submenu > ul > li > a span { background-position: right -124px; }
|
395
|
-
body.settings #submenu > ul > li.on > a { background-position: 0 -155px; }
|
396
|
-
body.settings #submenu > ul > li.on > a span { background-position: right -155px; }
|
397
|
-
|
398
|
-
body.contents #submenu > ul { background: transparent url(/images/admin/menu/gray-bg.png) repeat-x 0 0; }
|
399
|
-
body.assets #submenu > ul { background: transparent url(/images/admin/menu/green-bg.png) repeat-x 0 0; }
|
400
|
-
body.settings #submenu > ul { background: transparent url(/images/admin/menu/blue-bg.png) repeat-x 0 0; }
|
401
|
-
|
402
|
-
/* ___ popup ___ */
|
403
|
-
|
404
|
-
#submenu .popup {
|
405
|
-
z-index: 998;
|
406
|
-
position: absolute;
|
407
|
-
top: 27px;
|
408
|
-
margin-left: -4px;
|
409
|
-
width: 305px;
|
410
|
-
background: transparent url(/images/admin/menu/popup-footer.png) no-repeat 0 bottom;
|
411
|
-
padding-bottom: 25px;
|
412
|
-
}
|
413
|
-
|
414
|
-
#submenu .popup a { color: #1f82bc; text-decoration: none; }
|
415
|
-
#submenu .popup a:hover { text-decoration: underline; }
|
416
|
-
|
417
|
-
#submenu .popup .header {
|
418
|
-
background: transparent url(/images/admin/menu/popup-header.png) no-repeat 0 0;
|
419
|
-
width: 100%;
|
420
|
-
}
|
421
|
-
|
422
|
-
#submenu .popup .header p { margin: 0px 15px; padding: 10px 0 0 0px; }
|
423
|
-
#submenu .popup .header p a {
|
424
|
-
font-size: 0.8em;
|
425
|
-
background: transparent url(/images/admin/menu/icons/add.png) no-repeat left 4px;
|
426
|
-
padding-left: 12px;
|
427
|
-
}
|
428
|
-
|
429
|
-
#submenu .popup .inner {
|
430
|
-
background: transparent url(/images/admin/menu/popup-body.png) repeat-y 0 0;
|
431
|
-
padding: 6px 15px 0px 15px;
|
432
|
-
}
|
433
|
-
|
434
|
-
#submenu .popup .inner h2 {
|
435
|
-
font-size: 0.7em;
|
436
|
-
font-weight: bold;
|
437
|
-
color: #1e1f26;
|
438
|
-
border-top: 1px dotted #bbbbbd;
|
439
|
-
padding-top: 6px;
|
440
|
-
margin-bottom: 0px;
|
441
|
-
}
|
442
|
-
|
443
|
-
#submenu .popup .inner ul {
|
444
|
-
list-style-image: url(/images/admin/menu/icons/bullet.png);
|
445
|
-
margin: 0px 0px 0 15px;
|
446
|
-
}
|
447
|
-
|
448
|
-
#submenu .popup .inner ul li {
|
449
|
-
position: relative;
|
450
|
-
}
|
451
|
-
|
452
|
-
#submenu .popup .inner ul li a {
|
453
|
-
font-size: 0.7em;
|
454
|
-
}
|
455
|
-
|
456
|
-
#submenu .popup .inner ul li span {
|
457
|
-
position: absolute;
|
458
|
-
top: 6px;
|
459
|
-
right: 15px;
|
460
|
-
color: #8b8d9a;
|
461
|
-
font-size: 0.7em;
|
462
|
-
}
|
463
|
-
|
464
|
-
.button {
|
465
|
-
display: inline-block;
|
466
|
-
background: transparent url(/images/admin/buttons/dark-gray-left.png) no-repeat 0 0;
|
467
|
-
padding: 0px 0px 0px 2px;
|
468
|
-
font-size: 0.9em;
|
469
|
-
color: white;
|
470
|
-
cursor: pointer;
|
471
|
-
border: none;
|
472
|
-
height: 31px;
|
473
|
-
outline: none;
|
474
|
-
}
|
475
|
-
|
476
|
-
.button span {
|
477
|
-
display: inline-block;
|
478
|
-
background: transparent url(/images/admin/buttons/dark-gray-right.png) no-repeat right top;
|
479
|
-
position: relative;
|
480
|
-
top: -1px;
|
481
|
-
padding: 3px 9px 9px 4px;
|
482
|
-
line-height: 21px;
|
483
|
-
text-shadow: 1px 1px 1px #000;
|
484
|
-
outline: none;
|
485
|
-
}
|
486
|
-
|
487
|
-
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
488
|
-
.button { padding-left: 5px; }
|
489
|
-
.button span { top: 0px; }
|
490
|
-
}
|
491
|
-
|
492
|
-
.button.light {
|
493
|
-
background-image: url(/images/admin/buttons/light-gray-left.png);
|
494
|
-
color: #787a89;
|
495
|
-
}
|
496
|
-
|
497
|
-
.button.light span {
|
498
|
-
background-image: url(/images/admin/buttons/light-gray-right.png);
|
499
|
-
text-shadow: 1px 1px 1px #fff;
|
500
|
-
}
|
501
|
-
|
502
|
-
.button.small {
|
503
|
-
background: transparent url(/images/admin/buttons/action-left.png) no-repeat left -40px;
|
504
|
-
color: #787a89;
|
505
|
-
height: 20px;
|
506
|
-
font-size: 0.7em;
|
507
|
-
padding: 0px 0px 0px 12px;
|
508
|
-
color: #8B8D9A !important;
|
509
|
-
text-decoration: none;
|
510
|
-
}
|
511
|
-
|
512
|
-
.button.small span {
|
513
|
-
background-image: url(/images/admin/buttons/action-right.png);
|
514
|
-
text-shadow: 1px 1px 1px #fff;
|
515
|
-
padding: 0px 12px 10px 0px;
|
516
|
-
top: 0px;
|
517
|
-
color: #8B8D9A;
|
518
|
-
}
|
519
|
-
|
520
|
-
.button.small.add {
|
521
|
-
padding-left: 24px;
|
522
|
-
background-position: 0 0;
|
523
|
-
}
|
524
|
-
|
525
|
-
.button.remove, .button.remove span {
|
526
|
-
color: #ff092c !important;
|
527
|
-
font-size: 1.1em;
|
528
|
-
}
|
529
|
-
|
530
|
-
.button.remove:hover span { text-decoration: underline; }
|
531
|
-
|
532
|
-
/* -------------------------------------------------------------------------------------------------
|
533
|
-
|
534
|
-
It's *strongly* suggested that you don't modify this file. Instead, load a new stylesheet after
|
535
|
-
this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
|
536
|
-
This will allow you to update formtastic.css with new releases without clobbering your own changes.
|
537
|
-
|
538
|
-
This stylesheet forms part of the Formtastic Rails Plugin
|
539
|
-
(c) 2008 Justin French
|
540
|
-
|
541
|
-
--------------------------------------------------------------------------------------------------*/
|
542
|
-
|
543
|
-
|
544
|
-
/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just form.formtastic
|
545
|
-
--------------------------------------------------------------------------------------------------*/
|
546
|
-
form.formtastic, form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p { margin:0; padding:0; }
|
547
|
-
form.formtastic fieldset { border:0; }
|
548
|
-
form.formtastic em, form.formtastic strong { font-style:normal; font-weight:normal; }
|
549
|
-
form.formtastic ol, form.formtastic ul { list-style:none; }
|
550
|
-
form.formtastic abbr, form.formtastic acronym { border:0; font-variant:normal; }
|
551
|
-
form.formtastic input, form.formtastic textarea, form.formtastic select { font-family:inherit; font-size:inherit; font-weight:inherit; }
|
552
|
-
form.formtastic input, form.formtastic textarea, form.formtastic select { font-size:100%; }
|
553
|
-
form.formtastic legend { color:#000; }
|
554
|
-
|
555
|
-
|
556
|
-
/* FIELDSETS & LISTS
|
557
|
-
--------------------------------------------------------------------------------------------------*/
|
558
|
-
form.formtastic fieldset { }
|
559
|
-
form.formtastic fieldset.inputs { }
|
560
|
-
form.formtastic fieldset.buttons { padding-left:25%; }
|
561
|
-
form.formtastic fieldset ol { }
|
562
|
-
form.formtastic fieldset.buttons li { float:left; padding-right:0.5em; }
|
563
|
-
|
564
|
-
/* clearfixing the fieldsets */
|
565
|
-
form.formtastic fieldset { display: inline-block; }
|
566
|
-
form.formtastic fieldset:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
567
|
-
html[xmlns] form.formtastic fieldset { display: block; }
|
568
|
-
* html form.formtastic fieldset { height: 1%; }
|
569
|
-
|
570
|
-
|
571
|
-
/* INPUT LIs
|
572
|
-
--------------------------------------------------------------------------------------------------*/
|
573
|
-
form.formtastic fieldset ol li { margin-bottom:1.5em; }
|
574
|
-
|
575
|
-
/* clearfixing the li's */
|
576
|
-
form.formtastic fieldset ol li { display: inline-block; }
|
577
|
-
form.formtastic fieldset ol li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
578
|
-
html[xmlns] form.formtastic fieldset ol li { display: block; }
|
579
|
-
* html form.formtastic fieldset ol li { height: 1%; }
|
580
|
-
|
581
|
-
form.formtastic fieldset ol li.required { }
|
582
|
-
form.formtastic fieldset ol li.optional { }
|
583
|
-
form.formtastic fieldset ol li.error { }
|
584
|
-
|
585
|
-
|
586
|
-
/* LABELS
|
587
|
-
--------------------------------------------------------------------------------------------------*/
|
588
|
-
form.formtastic fieldset ol li label { display:block; width:25%; float:left; padding-top:.2em; }
|
589
|
-
form.formtastic fieldset ol li li label { line-height:100%; padding-top:0; }
|
590
|
-
form.formtastic fieldset ol li li label input { line-height:100%; vertical-align:middle; margin-top:-0.1em;}
|
591
|
-
|
592
|
-
|
593
|
-
/* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets)
|
594
|
-
--------------------------------------------------------------------------------------------------*/
|
595
|
-
form.formtastic fieldset ol li fieldset { position:relative; }
|
596
|
-
form.formtastic fieldset ol li fieldset legend { position:absolute; width:25%; padding-top:0.1em; }
|
597
|
-
form.formtastic fieldset ol li fieldset legend span { position:absolute; }
|
598
|
-
form.formtastic fieldset ol li fieldset ol { float:left; width:74%; margin:0; padding:0 0 0 25%; }
|
599
|
-
form.formtastic fieldset ol li fieldset ol li { padding:0; border:0; }
|
600
|
-
|
601
|
-
|
602
|
-
/* INLINE HINTS
|
603
|
-
--------------------------------------------------------------------------------------------------*/
|
604
|
-
form.formtastic fieldset ol li p.inline-hints { color:#666; margin:0.5em 0 0 25%; }
|
605
|
-
|
606
|
-
|
607
|
-
/* INLINE ERRORS
|
608
|
-
--------------------------------------------------------------------------------------------------*/
|
609
|
-
form.formtastic fieldset ol li p.inline-errors { color:#cc0000; margin:0.5em 0 0 25%; }
|
610
|
-
form.formtastic fieldset ol li ul.errors { color:#cc0000; margin:0.5em 0 0 25%; list-style:square; }
|
611
|
-
form.formtastic fieldset ol li ul.errors li { padding:0; border:none; display:list-item; }
|
612
|
-
|
613
|
-
|
614
|
-
/* STRING & NUMERIC OVERRIDES
|
615
|
-
--------------------------------------------------------------------------------------------------*/
|
616
|
-
form.formtastic fieldset ol li.string input { width:74%; }
|
617
|
-
form.formtastic fieldset ol li.password input { width:74%; }
|
618
|
-
form.formtastic fieldset ol li.numeric input { width:74%; }
|
619
|
-
|
620
|
-
|
621
|
-
/* TEXTAREA OVERRIDES
|
622
|
-
--------------------------------------------------------------------------------------------------*/
|
623
|
-
form.formtastic fieldset ol li.text textarea { width:74%; }
|
624
|
-
|
625
|
-
|
626
|
-
/* HIDDEN OVERRIDES
|
627
|
-
--------------------------------------------------------------------------------------------------*/
|
628
|
-
form.formtastic fieldset ol li.hidden { display:none; }
|
629
|
-
|
630
|
-
|
631
|
-
/* BOOLEAN OVERRIDES
|
632
|
-
--------------------------------------------------------------------------------------------------*/
|
633
|
-
form.formtastic fieldset ol li.boolean label { padding-left:25%; width:auto; }
|
634
|
-
form.formtastic fieldset ol li.boolean label input { margin:0 0.5em 0 0.2em; }
|
635
|
-
|
636
|
-
|
637
|
-
/* RADIO OVERRIDES
|
638
|
-
--------------------------------------------------------------------------------------------------*/
|
639
|
-
form.formtastic fieldset ol li.radio { }
|
640
|
-
form.formtastic fieldset ol li.radio fieldset ol { margin-bottom:-0.6em; }
|
641
|
-
form.formtastic fieldset ol li.radio fieldset ol li { margin:0.1em 0 0.5em 0; }
|
642
|
-
form.formtastic fieldset ol li.radio fieldset ol li label { float:none; width:100%; }
|
643
|
-
form.formtastic fieldset ol li.radio fieldset ol li label input { margin-right:0.2em; }
|
644
|
-
|
645
|
-
|
646
|
-
/* CHECK BOXES (COLLECTION) OVERRIDES
|
647
|
-
--------------------------------------------------------------------------------------------------*/
|
648
|
-
form.formtastic fieldset ol li.check_boxes { }
|
649
|
-
form.formtastic fieldset ol li.check_boxes fieldset ol { margin-bottom:-0.6em; }
|
650
|
-
form.formtastic fieldset ol li.check_boxes fieldset ol li { margin:0.1em 0 0.5em 0; }
|
651
|
-
form.formtastic fieldset ol li.check_boxes fieldset ol li label { float:none; width:100%; }
|
652
|
-
form.formtastic fieldset ol li.check_boxes fieldset ol li label input { margin-right:0.2em; }
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
/* DATE & TIME OVERRIDES
|
657
|
-
--------------------------------------------------------------------------------------------------*/
|
658
|
-
form.formtastic fieldset ol li.date fieldset ol li,
|
659
|
-
form.formtastic fieldset ol li.time fieldset ol li,
|
660
|
-
form.formtastic fieldset ol li.datetime fieldset ol li { float:left; width:auto; margin:0 .3em 0 0; }
|
661
|
-
|
662
|
-
form.formtastic fieldset ol li.date fieldset ol li label,
|
663
|
-
form.formtastic fieldset ol li.time fieldset ol li label,
|
664
|
-
form.formtastic fieldset ol li.datetime fieldset ol li label { display:none; }
|
665
|
-
|
666
|
-
form.formtastic fieldset ol li.date fieldset ol li label input,
|
667
|
-
form.formtastic fieldset ol li.time fieldset ol li label input,
|
668
|
-
form.formtastic fieldset ol li.datetime fieldset ol li label input { display:inline; margin:0; padding:0; }
|
669
|
-
|
670
|
-
|
671
|
-
/* -------------------------------------------------------------------------------------------------
|
672
|
-
|
673
|
-
Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
|
674
|
-
This will allow you to update formtastic.css with new releases without clobbering your own changes.
|
675
|
-
|
676
|
-
For example, to make the inline hint paragraphs a little darker in color than the standard #666:
|
677
|
-
|
678
|
-
form.formtastic fieldset ol li p.inline-hints { color:#333; }
|
679
|
-
|
680
|
-
--------------------------------------------------------------------------------------------------*/
|
681
|
-
|
682
|
-
form.formtastic legend {
|
683
|
-
margin: 0;
|
684
|
-
float: left;
|
685
|
-
white-space: normal;
|
686
|
-
*margin-left: -7px;
|
687
|
-
position: relative;
|
688
|
-
}
|
689
|
-
|
690
|
-
form.formtastic legend span {
|
691
|
-
display: block;
|
692
|
-
width: 900px;
|
693
|
-
height: 26px;
|
694
|
-
background: transparent url(/images/admin/form/header.png) no-repeat 0 0px;
|
695
|
-
color: #1e1f26;
|
696
|
-
font-size: 0.7em;
|
697
|
-
padding: 4px 0 0 20px;
|
698
|
-
}
|
699
|
-
|
700
|
-
form.formtastic legend span small {
|
701
|
-
position: absolute;
|
702
|
-
top: 7px;
|
703
|
-
right: 20px;
|
704
|
-
color: #787a89;
|
705
|
-
font-size: 0.8em;
|
706
|
-
font-weight: normal;
|
707
|
-
}
|
708
|
-
|
709
|
-
/* ___ enabling fold/unfold ___ */
|
710
|
-
|
711
|
-
form.formtastic fieldset.foldable legend span { cursor: pointer; }
|
712
|
-
|
713
|
-
form.formtastic fieldset.foldable legend span em {
|
714
|
-
display: inline-block;
|
715
|
-
width: 9px;
|
716
|
-
height: 6px;
|
717
|
-
position: relative;
|
718
|
-
top: 8px;
|
719
|
-
left: 10px;
|
720
|
-
background: transparent url(/images/admin/form/folded-arrow-on.png) no-repeat 0 0px;
|
721
|
-
}
|
722
|
-
|
723
|
-
form.formtastic fieldset.foldable.folded legend span { background-image: url(/images/admin/form/folded.png); }
|
724
|
-
form.formtastic fieldset.foldable.folded legend span em {
|
725
|
-
width: 6px;
|
726
|
-
height: 9px;
|
727
|
-
top: 6px;
|
728
|
-
background-image: url(/images/admin/form/folded-arrow-off.png);
|
729
|
-
}
|
730
|
-
|
731
|
-
form.formtastic fieldset.foldable ol {
|
732
|
-
clear: both;
|
733
|
-
width: 100%;
|
734
|
-
overflow: hidden;
|
735
|
-
}
|
736
|
-
|
737
|
-
form.formtastic fieldset.foldable.folded ol { display: none; }
|
738
|
-
|
739
|
-
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
740
|
-
form.formtastic fieldset.foldable legend span em { top: 0px; }
|
741
|
-
form.formtastic fieldset.foldable.folded legend span em { top: 0px; }
|
742
|
-
}
|
743
|
-
|
744
|
-
/* ___ inputs ___ */
|
745
|
-
|
746
|
-
form.formtastic fieldset.inputs { min-height: 30px; width: 100%; margin-bottom: 20px; }
|
747
|
-
|
748
|
-
form.formtastic fieldset.inputs ol {
|
749
|
-
clear: both;
|
750
|
-
margin: 30px 0 0 0;
|
751
|
-
padding-top: 15px;
|
752
|
-
padding-bottom: 5px;
|
753
|
-
background: #ebedf4 url(/images/admin/form/footer.png) no-repeat 0 bottom;
|
754
|
-
}
|
755
|
-
|
756
|
-
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
757
|
-
form.formtastic fieldset.inputs ol {
|
758
|
-
margin-top: 30px;
|
759
|
-
}
|
760
|
-
}
|
761
|
-
|
762
|
-
form.formtastic fieldset ol li { width: 100%; position: relative; margin-bottom: 1.3em; }
|
763
|
-
|
764
|
-
form.formtastic fieldset ol li label { text-align: left; padding: 0.3em 2em 0 20px; font-size: 0.8em; color: #17171b; width: 15%; }
|
765
|
-
|
766
|
-
form.formtastic fieldset ol li.string input,
|
767
|
-
form.formtastic fieldset ol li.password input,
|
768
|
-
form.formtastic fieldset ol li.numeric input,
|
769
|
-
form.formtastic fieldset ol li.text textarea,
|
770
|
-
form.formtastic fieldset ol li code textarea,
|
771
|
-
form.formtastic fieldset ol li input[type=password] {
|
772
|
-
padding: 4px;
|
773
|
-
font-size: 0.9em;
|
774
|
-
width: 45%;
|
775
|
-
color: #787a89;
|
776
|
-
background: white url(/images/admin/form/field.png) repeat-x 0 0;
|
777
|
-
border: 1px solid #a6a8b8;
|
778
|
-
}
|
779
|
-
|
780
|
-
form.formtastic fieldset ol li p.inline-hints { margin-left: 20%; }
|
781
|
-
form.formtastic fieldset ol li p.inline-hints a { color: #1f82bc; }
|
782
|
-
|
783
|
-
form.formtastic fieldset ol li code { display: block; border: 1px solid #a6a8b8; margin: 10px 20px 0 20px; }
|
784
|
-
form.formtastic fieldset ol li code.nude textarea {
|
785
|
-
width: 870px;
|
786
|
-
border: 0px;
|
787
|
-
}
|
788
|
-
|
789
|
-
/*form.formtastic fieldset ol li code.html iframe { width: 46% !important; }*/
|
790
|
-
|
791
|
-
form.formtastic fieldset ol li select { font-size: 0.9em; position: relative; top: 2px; color: #787a89; }
|
792
|
-
|
793
|
-
form.formtastic fieldset ol li.error input,
|
794
|
-
form.formtastic fieldset ol li.error textarea,
|
795
|
-
form.formtastic fieldset ol li.error code iframe { border: 2px solid #ec3f48 !important; }
|
796
|
-
form.formtastic fieldset ol li.error code { border: none; }
|
797
|
-
form.formtastic fieldset ol li p.inline-errors {
|
798
|
-
display: none;
|
799
|
-
position: absolute;
|
800
|
-
top: 0px;
|
801
|
-
left: 630px;
|
802
|
-
width: 250px;
|
803
|
-
margin: 0px;
|
804
|
-
padding: 6px 5px 8px 25px;
|
805
|
-
background: #ec3f48 url(/images/admin/form/error-arrow.png) no-repeat 0 0;
|
806
|
-
color: #fff !important;
|
807
|
-
font-size: 0.7em !important;
|
808
|
-
}
|
809
|
-
|
810
|
-
form.formtastic fieldset ol li.more { text-align: right; width: auto; margin-right: 20px; line-height: 0.6em; }
|
811
|
-
form.formtastic fieldset ol li.more a { text-decoration: none; color: #787A89; font-size: 0.7em; }
|
812
|
-
form.formtastic fieldset ol li.more a:hover { text-decoration: underline; }
|
813
|
-
|
814
|
-
|
815
|
-
/*form.formtastic hr { border-top: 2px solid #ccc; }*/
|
816
|
-
|
817
|
-
/*form.formtastic fieldset.buttons { padding-left: 28%; padding-bottom: 20px; }*/
|
818
|
-
|
819
|
-
form.formtastic div.actions {
|
820
|
-
position: relative;
|
821
|
-
top: 27px;
|
822
|
-
left: -15px;
|
823
|
-
width: 950px;
|
824
|
-
background: #8b8d9a;
|
825
|
-
}
|
826
|
-
|
827
|
-
form.formtastic div.actions p {
|
828
|
-
padding: 15px;
|
829
|
-
margin: 0px;
|
830
|
-
}
|
831
|
-
|
832
|
-
form.formtastic div.actions a {
|
833
|
-
color: #fff;
|
834
|
-
text-decoration: none;
|
835
|
-
font-size: 0.8em;
|
836
|
-
position: relative;
|
837
|
-
top: 4px;
|
838
|
-
}
|
839
|
-
|
840
|
-
form.formtastic div.actions p a:hover { text-decoration: underline; }
|
841
|
-
|
842
|
-
form.formtastic div.actions .last p { text-align: right; }
|
843
|
-
|
844
|
-
|
845
|
-
/* ___ pages ___ */
|
846
|
-
|
847
|
-
form.formtastic fieldset ol li.path em {
|
848
|
-
font-size: 0.8em;
|
849
|
-
}
|
850
|
-
|
851
|
-
form.formtastic fieldset ol li.path input {
|
852
|
-
background: transparent;
|
853
|
-
padding: 4px 4px 2px 4px;
|
854
|
-
border: none;
|
855
|
-
color: #787a89;
|
856
|
-
border-bottom: 1px solid #b5b7c4;
|
857
|
-
width: 30%;
|
858
|
-
}
|
859
|
-
|
860
|
-
form.formtastic fieldset ol li.path.error input {
|
861
|
-
border: none !important;
|
862
|
-
border-bottom: 2px solid #ff092c !important;
|
863
|
-
}
|
864
|
-
|
865
|
-
/* ___ sites ___ */
|
866
|
-
|
867
|
-
form.formtastic fieldset ol li.item {
|
868
|
-
position: relative;
|
869
|
-
background: transparent url(/images/admin/form/item.png) no-repeat 0 0;
|
870
|
-
height: 25px;
|
871
|
-
width: 861px;
|
872
|
-
margin: 0px 0px 10px 20px;
|
873
|
-
padding: 3px 10px;
|
874
|
-
}
|
875
|
-
|
876
|
-
form.formtastic fieldset ol li.item strong {
|
877
|
-
font-size: 0.9em;
|
878
|
-
font-weight: bold;
|
879
|
-
color: #17171d;
|
880
|
-
}
|
881
|
-
|
882
|
-
form.formtastic fieldset ol li.item strong a {
|
883
|
-
color: #17171d;
|
884
|
-
text-decoration: none;
|
885
|
-
}
|
886
|
-
|
887
|
-
form.formtastic fieldset ol li.item strong a:hover { text-decoration: underline; }
|
888
|
-
|
889
|
-
form.formtastic fieldset ol li.item em {
|
890
|
-
margin-left: 10px;
|
891
|
-
font-size: 0.7em;
|
892
|
-
color: #757575;
|
893
|
-
}
|
894
|
-
|
895
|
-
form.formtastic fieldset ol li.item span.actions {
|
896
|
-
position: absolute;
|
897
|
-
top: 7px;
|
898
|
-
right: 10px;
|
899
|
-
width: 50px;
|
900
|
-
height: 16px;
|
901
|
-
text-align:right;
|
902
|
-
}
|
903
|
-
|
904
|
-
/* ___ editable-list (content type fields and validations) ___ */
|
905
|
-
|
906
|
-
form.formtastic fieldset.editable-list ol { padding-left: 20px; padding-right: 20px; width: 880px; }
|
907
|
-
|
908
|
-
form.formtastic fieldset.editable-list ol li { margin-left: 0px !important; }
|
909
|
-
|
910
|
-
form.formtastic fieldset.editable-list ol li span.handle {
|
911
|
-
cursor: move;
|
912
|
-
position: relative;
|
913
|
-
top: 1px;
|
914
|
-
}
|
915
|
-
|
916
|
-
form.formtastic fieldset.editable-list ol li.added span.actions a.remove {
|
917
|
-
display: inline;
|
918
|
-
}
|
919
|
-
|
920
|
-
form.formtastic fieldset.editable-list ol li.added span.actions button {
|
921
|
-
display: none;
|
922
|
-
}
|
923
|
-
|
924
|
-
form.formtastic fieldset.editable-list ol li.added select {
|
925
|
-
display: none;
|
926
|
-
position: relative;
|
927
|
-
top: -1px;
|
928
|
-
}
|
929
|
-
|
930
|
-
form.formtastic fieldset.editable-list ol li.added em {
|
931
|
-
color: #8b8d9a;
|
932
|
-
font-size: 0.9em;
|
933
|
-
font-style: italic;
|
934
|
-
margin-left: 3px;
|
935
|
-
}
|
936
|
-
form.formtastic fieldset.editable-list ol li.added em { border: 1px solid transparent; padding: 2px 5px; }
|
937
|
-
form.formtastic fieldset.editable-list ol li.added em:hover {
|
938
|
-
background: #fffbe5;
|
939
|
-
border: 1px dotted #efe4a5;
|
940
|
-
cursor: pointer;
|
941
|
-
color: #17171D;
|
942
|
-
font-weight: bold;
|
943
|
-
}
|
944
|
-
|
945
|
-
form.formtastic fieldset.editable-list ol li.added input {
|
946
|
-
position: relative;
|
947
|
-
top: -1px;
|
948
|
-
background: transparent;
|
949
|
-
border: 1px solid transparent;
|
950
|
-
padding: 1px 5px 2px 5px;
|
951
|
-
color: #17171D;
|
952
|
-
font-size: 0.9em;
|
953
|
-
font-weight: bold;
|
954
|
-
cursor: normal;
|
955
|
-
}
|
956
|
-
|
957
|
-
form.formtastic fieldset.editable-list ol li.added input:hover {
|
958
|
-
background: #fffbe5;
|
959
|
-
border: 1px dotted #efe4a5;
|
960
|
-
cursor: pointer;
|
961
|
-
}
|
962
|
-
|
963
|
-
form.formtastic fieldset.editable-list ol li.added input:focus {
|
964
|
-
font-size: 0.9em;
|
965
|
-
font-weight: normal;
|
966
|
-
color: #787a89;
|
967
|
-
background: white url(/images/admin/form/field.png) repeat-x 0 0;
|
968
|
-
border: 1px solid #a6a8b8;
|
969
|
-
}
|
970
|
-
|
971
|
-
form.formtastic fieldset.editable-list ol li.added .inline-errors {
|
972
|
-
position: relative;
|
973
|
-
top: -1px;
|
974
|
-
padding: 2px 3px;
|
975
|
-
background: #FFE5E5;
|
976
|
-
color: #CE2525;
|
977
|
-
font-size: 0.8em;
|
978
|
-
}
|
979
|
-
|
980
|
-
form.formtastic fieldset.editable-list ol li.template {
|
981
|
-
height: 42px;
|
982
|
-
background-image: url(/images/admin/form/big_item.png);
|
983
|
-
padding-top: 10px;
|
984
|
-
}
|
985
|
-
|
986
|
-
form.formtastic fieldset.editable-list ol li.template input {
|
987
|
-
display: inline;
|
988
|
-
margin-left: 10px;
|
989
|
-
padding: 4px;
|
990
|
-
font-size: 0.9em;
|
991
|
-
width: 180px;
|
992
|
-
color: #787a89;
|
993
|
-
background: white url(/images/admin/form/field.png) repeat-x 0 0;
|
994
|
-
border: 1px solid #a6a8b8;
|
995
|
-
position: relative;
|
996
|
-
top: 1px;
|
997
|
-
}
|
998
|
-
|
999
|
-
form.formtastic fieldset.editable-list ol li.template select {
|
1000
|
-
display: inline;
|
1001
|
-
}
|
1002
|
-
|
1003
|
-
form.formtastic fieldset.editable-list ol li.template span.handle {
|
1004
|
-
display: none;
|
1005
|
-
}
|
1006
|
-
|
1007
|
-
form.formtastic fieldset.editable-list ol li.template span.actions {
|
1008
|
-
width: auto;
|
1009
|
-
top: 10px;
|
1010
|
-
}
|
1011
|
-
|
1012
|
-
form.formtastic fieldset.editable-list ol li.template span.actions a.edit {
|
1013
|
-
display: none;
|
1014
|
-
}
|
1015
|
-
|
1016
|
-
form.formtastic fieldset.editable-list ol li.template span.actions a.remove {
|
1017
|
-
display: none;
|
1018
|
-
}
|
1019
|
-
|
1020
|
-
form.formtastic fieldset.editable-list ol li.template span.actions button {
|
1021
|
-
display: inline;
|
1022
|
-
}
|
1023
|
-
|
1024
|
-
form.formtastic fieldset.editable-list ol li.template span.actions button span {
|
1025
|
-
font-size: 0.8em;
|
1026
|
-
}
|
1027
|
-
|
1028
|
-
/* ___ editable-list (content type validations) ___ */
|
1029
|
-
|
1030
|
-
form.formtastic fieldset.validations ol li.added em.key {
|
1031
|
-
display: inline-block;
|
1032
|
-
position: relative;
|
1033
|
-
top: -1px;
|
1034
|
-
padding: 1px 5px 2px 5px;
|
1035
|
-
color: #17171D;
|
1036
|
-
font-size: 0.9em;
|
1037
|
-
font-weight: bold;
|
1038
|
-
font-style: normal;
|
1039
|
-
margin-left: 5px;
|
1040
|
-
width: 180px;
|
1041
|
-
}
|
1042
|
-
|
1043
|
-
/* ___ my account ___ */
|
1044
|
-
|
1045
|
-
form.formtastic fieldset.language li.full span {
|
1046
|
-
margin: 0 20px;
|
1047
|
-
font-size: 0.8em;
|
1048
|
-
font-weight: bold;
|
1049
|
-
}
|
1050
|
-
|
1051
|
-
form.formtastic fieldset.language li.full span img {
|
1052
|
-
position: relative;
|
1053
|
-
top: 6px;
|
1054
|
-
}
|
1055
|
-
|
1056
|
-
form.formtastic fieldset.language li.full span input {
|
1057
|
-
margin-left: 5px;
|
1058
|
-
}
|
1059
|
-
|
1060
|
-
/* ___ membership ___ */
|
1061
|
-
|
1062
|
-
form.formtastic fieldset.email li.full input {
|
1063
|
-
margin-left: 20px;
|
1064
|
-
}
|
1065
|
-
|
1066
|
-
/* ___ assets ___ */
|
1067
|
-
|
1068
|
-
.selector {
|
1069
|
-
position: relative;
|
1070
|
-
}
|
1071
|
-
|
1072
|
-
.selector span.alt {
|
1073
|
-
position: absolute;
|
1074
|
-
top: 7px;
|
1075
|
-
right: 20px;
|
1076
|
-
color: #787a89;
|
1077
|
-
font-size: 0.7em;
|
1078
|
-
text-decoration: none;
|
1079
|
-
cursor: pointer;
|
1080
|
-
}
|
1081
|
-
|
1082
|
-
|
1083
|
-
form.formtastic fieldset.file li.full input {
|
1084
|
-
margin-left: 20px;
|
1085
|
-
}
|
1086
|
-
|
1087
|
-
form.formtastic fieldset.file li.full p.inline-errors { display: block !important; }
|
1088
|
-
|
1089
|
-
|
1090
|
-
form.formtastic fieldset.preview { position: relative; }
|
1091
|
-
|
1092
|
-
form.formtastic fieldset.preview li { text-align: center; position: static; }
|
1093
|
-
|
1094
|
-
form.formtastic fieldset.preview li .image {
|
1095
|
-
width: 870px;
|
1096
|
-
margin: 10px 20px 0px 20px;
|
1097
|
-
border: 4px solid white;
|
1098
|
-
background: transparent url(/images/admin/list/empty.png) repeat 0 0;
|
1099
|
-
overflow: hidden;
|
1100
|
-
}
|
1101
|
-
|
1102
|
-
form.formtastic fieldset.preview li .inside {
|
1103
|
-
display: table-cell;
|
1104
|
-
vertical-align: middle;
|
1105
|
-
text-align: center;
|
1106
|
-
}
|
1107
|
-
|
1108
|
-
form.formtastic fieldset.preview li img { }
|
1109
|
-
|
1110
|
-
|
1111
|
-
/* ___ main error message ___ */
|
1112
|
-
|
1113
|
-
div.form-errors p {
|
1114
|
-
background: #FFE5E5;
|
1115
|
-
color: #CE2525;
|
1116
|
-
font-size: 18px;
|
1117
|
-
font-weight: bold;
|
1118
|
-
padding: 10px;
|
1119
|
-
margin: 0px;
|
1120
|
-
text-align: center;
|
1121
|
-
}
|
1122
|
-
|
1123
|
-
div.formError {
|
1124
|
-
position: relative;
|
1125
|
-
top: -2px;
|
1126
|
-
display: inline;
|
1127
|
-
background: #CE2525 url(/images/admin/left_arrow_red.png) no-repeat 0px center;
|
1128
|
-
color: white;
|
1129
|
-
font-size: 12px;
|
1130
|
-
font-weight: normal;
|
1131
|
-
padding: 3px 10px 3px 20px;
|
1132
|
-
margin-left: 10px;
|
1133
|
-
}
|
1134
|
-
|
1135
|
-
div.fieldWithErrors { display: inline; }
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
/* ___ application messages ___ */
|
1140
|
-
|
1141
|
-
div.notice {
|
1142
|
-
background: transparent url(/images/admin/form/growl-notice.png) repeat-x 0 0;
|
1143
|
-
position: relative;
|
1144
|
-
width: 100%;
|
1145
|
-
height: 90px;
|
1146
|
-
}
|
1147
|
-
|
1148
|
-
div.notice.error {
|
1149
|
-
background-image: url(/images/admin/form/growl-error.png);
|
1150
|
-
}
|
1151
|
-
|
1152
|
-
div.notice p {
|
1153
|
-
position: relative;
|
1154
|
-
top: 35px;
|
1155
|
-
margin: 0px;
|
1156
|
-
text-align: center;
|
1157
|
-
font-size: 1.5em;
|
1158
|
-
text-shadow: 1px 1px 1px #333;
|
1159
|
-
color: #fff;
|
1160
|
-
}
|
1161
|
-
|
1162
|
-
/* ___ list ___ */
|
1163
|
-
|
1164
|
-
p.no-items {
|
1165
|
-
padding: 15px 0px;
|
1166
|
-
background: transparent url(/images/admin/list/none.png) no-repeat 0 0;
|
1167
|
-
text-align: center;
|
1168
|
-
color: #9d8963 !important;
|
1169
|
-
font-size: 1.1em !important;
|
1170
|
-
}
|
1171
|
-
|
1172
|
-
p.no-items a {
|
1173
|
-
color: #ff2900;
|
1174
|
-
text-decoration: none;
|
1175
|
-
}
|
1176
|
-
|
1177
|
-
p.no-items a:hover {
|
1178
|
-
text-decoration: underline;
|
1179
|
-
}
|
1180
|
-
|
1181
|
-
ul.list {
|
1182
|
-
list-style: none;
|
1183
|
-
margin: 0px 0 20px 0;
|
1184
|
-
background: white;
|
1185
|
-
}
|
1186
|
-
|
1187
|
-
ul.list li {
|
1188
|
-
height: 31px;
|
1189
|
-
margin-bottom: 10px;
|
1190
|
-
position: relative;
|
1191
|
-
clear: both;
|
1192
|
-
background: transparent url(/images/admin/list/item.png) no-repeat 0 0;
|
1193
|
-
}
|
1194
|
-
|
1195
|
-
ul.list li em {
|
1196
|
-
display: block;
|
1197
|
-
float: left;
|
1198
|
-
background: transparent url(/images/admin/list/item-left.png) no-repeat left 0;
|
1199
|
-
height: 31px;
|
1200
|
-
width: 18px;
|
1201
|
-
}
|
1202
|
-
|
1203
|
-
ul.list li strong a {
|
1204
|
-
position: relative;
|
1205
|
-
top: 2px;
|
1206
|
-
left: 15px;
|
1207
|
-
text-decoration: none;
|
1208
|
-
color: #1f82bc;
|
1209
|
-
font-size: 0.9em;
|
1210
|
-
}
|
1211
|
-
|
1212
|
-
ul.list.sortable li strong a { left: 10px; }
|
1213
|
-
|
1214
|
-
ul.list li strong a:hover { text-decoration: underline; }
|
1215
|
-
|
1216
|
-
ul.list li div.more {
|
1217
|
-
position: absolute;
|
1218
|
-
top: 3px;
|
1219
|
-
right: 15px;
|
1220
|
-
font-size: 0.7em;
|
1221
|
-
color: #8b8d9a;
|
1222
|
-
}
|
1223
|
-
|
1224
|
-
ul.list li div.more a {
|
1225
|
-
margin-left: 10px;
|
1226
|
-
position: relative;
|
1227
|
-
top: 4px;
|
1228
|
-
}
|
1229
|
-
|
1230
|
-
ul.list li span.handle {
|
1231
|
-
position: relative;
|
1232
|
-
top: 5px;
|
1233
|
-
margin: 0 0 0 15px;
|
1234
|
-
cursor: move;
|
1235
|
-
}
|
1236
|
-
|
1237
|
-
/* ___ assets ___ */
|
1238
|
-
|
1239
|
-
ul.assets {
|
1240
|
-
list-style: none;
|
1241
|
-
margin: 0px;
|
1242
|
-
padding: 0px;
|
1243
|
-
}
|
1244
|
-
|
1245
|
-
ul.assets li.asset {
|
1246
|
-
position: relative;
|
1247
|
-
float: left;
|
1248
|
-
width: 139px;
|
1249
|
-
height: 140px;
|
1250
|
-
background: transparent url(/images/admin/list/thumb.png) no-repeat 0 0;
|
1251
|
-
margin: 0 17px 17px 0;
|
1252
|
-
}
|
1253
|
-
|
1254
|
-
ul.assets li.asset.last {
|
1255
|
-
margin-right: 0px;
|
1256
|
-
}
|
1257
|
-
|
1258
|
-
ul.assets li.asset h4 { margin: 0px; height: 30px; }
|
1259
|
-
|
1260
|
-
ul.assets li.asset h4 a {
|
1261
|
-
position: relative;
|
1262
|
-
top: 0px;
|
1263
|
-
left: 12px;
|
1264
|
-
font-weight: bold;
|
1265
|
-
font-size: 0.6em;
|
1266
|
-
color: #1f82bc;
|
1267
|
-
text-decoration: none;
|
1268
|
-
}
|
1269
|
-
|
1270
|
-
ul.assets li.asset h4 a:hover { text-decoration: underline; }
|
1271
|
-
|
1272
|
-
ul.assets li.asset div.image {
|
1273
|
-
width: 80px;
|
1274
|
-
height: 80px;
|
1275
|
-
border: 4px solid #fff;
|
1276
|
-
margin: 10px 0 0 24px;
|
1277
|
-
background: transparent url(/images/admin/list/empty.png) repeat 0 0;
|
1278
|
-
}
|
1279
|
-
|
1280
|
-
ul.assets li.asset div.image div.inside {
|
1281
|
-
display: table-cell;
|
1282
|
-
vertical-align: middle;
|
1283
|
-
text-align: center;
|
1284
|
-
width: 80px;
|
1285
|
-
height: 80px;
|
1286
|
-
}
|
1287
|
-
|
1288
|
-
ul.assets li.asset div.actions {
|
1289
|
-
position: absolute;
|
1290
|
-
top: 8px;
|
1291
|
-
right: 12px;
|
1292
|
-
}
|
1293
|
-
|
1294
|
-
/* ___ asset collections ___ */
|
1295
|
-
|
1296
|
-
div#asset-uploader { display: inline-block; margin-left: 10px; }
|
1297
|
-
div#asset-uploader span.spinner { position: relative; top: -3px; display: none; }
|
1298
|
-
div#uploadAssetsInputQueue { display: none; }
|
1299
|
-
|
1300
|
-
/* ___ contents ___ */
|
1301
|
-
|
1302
|
-
#contents-list li { background: none; }
|
1303
|
-
|
1304
|
-
#contents-list.sortable li em {
|
1305
|
-
background-position: left -31px;
|
1306
|
-
cursor: move;
|
1307
|
-
}
|
1308
|
-
|
1309
|
-
#contents-list li strong {
|
1310
|
-
margin-left: 18px;
|
1311
|
-
display: block;
|
1312
|
-
height: 31px;
|
1313
|
-
background: transparent url(/images/admin/list/item-right.png) no-repeat right 0;
|
1314
|
-
}
|
1315
|
-
|
1316
|
-
|
1317
|
-
/* ___ pages ___ */
|
1318
|
-
|
1319
|
-
#pages-list {
|
1320
|
-
list-style: none;
|
1321
|
-
margin: 0px 0 20px 0;
|
1322
|
-
background: white;
|
1323
|
-
}
|
1324
|
-
|
1325
|
-
#pages-list ul { list-style: none; margin: 10px 0 10px 40px; padding: 0; }
|
1326
|
-
|
1327
|
-
#pages-list li {
|
1328
|
-
margin-bottom: 10px;
|
1329
|
-
position: relative;
|
1330
|
-
clear: both;
|
1331
|
-
}
|
1332
|
-
|
1333
|
-
#pages-list li em {
|
1334
|
-
display: block;
|
1335
|
-
float: left;
|
1336
|
-
background: transparent url(/images/admin/list/item-left.png) no-repeat left 0;
|
1337
|
-
height: 31px;
|
1338
|
-
width: 18px;
|
1339
|
-
}
|
1340
|
-
|
1341
|
-
#pages-list ul.folder li em {
|
1342
|
-
background-position: left -31px;
|
1343
|
-
cursor: move;
|
1344
|
-
}
|
1345
|
-
|
1346
|
-
#pages-list li .toggler {
|
1347
|
-
position: absolute;
|
1348
|
-
top: 9px;
|
1349
|
-
left: -15px;
|
1350
|
-
cursor: pointer;
|
1351
|
-
}
|
1352
|
-
|
1353
|
-
#pages-list li strong {
|
1354
|
-
margin-left: 18px;
|
1355
|
-
display: block;
|
1356
|
-
height: 31px;
|
1357
|
-
background: transparent url(/images/admin/list/item-right.png) no-repeat right 0;
|
1358
|
-
}
|
1359
|
-
|
1360
|
-
#pages-list li strong a {
|
1361
|
-
position: relative;
|
1362
|
-
top: 3px;
|
1363
|
-
text-decoration: none;
|
1364
|
-
color: #1f82bc;
|
1365
|
-
font-size: 0.9em;
|
1366
|
-
padding-left: 6px;
|
1367
|
-
}
|
1368
|
-
|
1369
|
-
#pages-list li strong a:hover { text-decoration: underline; }
|
1370
|
-
|
1371
|
-
#pages-list li.hidden strong a { font-style: italic; font-weight: normal; }
|
1372
|
-
|
1373
|
-
#pages-list li .more {
|
1374
|
-
position: absolute;
|
1375
|
-
top: 3px;
|
1376
|
-
right: 20px;
|
1377
|
-
font-size: 0.7em;
|
1378
|
-
color: #8b8d9a;
|
1379
|
-
}
|
1380
|
-
|
1381
|
-
#pages-list li .more a {
|
1382
|
-
position: relative;
|
1383
|
-
top: 3px;
|
1384
|
-
margin-left: 10px;
|
1385
|
-
outline: none;
|
1386
|
-
}
|
1387
|
-
|
1388
|
-
#pages-list li.not-found { border-top: 1px dotted #bbbbbd; padding-top: 10px; margin-left: 0px; }
|
1389
|
-
#pages-list li.not-found .more { top: 16px; }
|
1390
|
-
|
1391
|
-
/* ___ Progress bar ___ */
|
1392
|
-
|
1393
|
-
#progressbar-wrapper { margin: 40px 0; height: 30px; }
|
1394
|
-
#progressbar-wrapper #progressbar { height: 100%; }
|
1395
|
-
|