source: branches/2.1/admin/themes/default/default-layout.css @ 6323

Last change on this file since 6323 was 6323, checked in by plg, 14 years ago

merge r6320 from trunk to branch 2.1

bug 1667 fixed: r6027 was fixing a minor error on tabs for Google Chrome/Safari
BUT was introducing a major visual issue for IE8. Backmerged + adds the -webkit
radius anyway.

This is a quickfix for release 2.1.1, the improved display introduced by nikrou
was nice and it would be better to have it, but working in IE8

File size: 20.2 KB
Line 
1
2/* History tables */
3TABLE.table2 {
4        border: 1px solid #111;
5        margin: 1em auto;
6        padding: 0;
7}
8
9TABLE.table2 TD, TABLE.table2 TH {
10        padding: 0 5px;
11}
12
13TABLE.table2 TR {
14        text-align: left;
15}
16
17TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; }
18TABLE.table2 TR.throw { text-align: center; }
19TABLE.table2 { margin:0pt auto; }
20.sort { display:block; padding:8px 5px 0px 1px; clear: right; float:left; }
21
22
23.hour {
24        white-space: pre;
25}
26
27.number {
28        text-align: right;
29}
30
31TABLE#dailyStats {
32        width: 60%;
33}
34
35TABLE#detailedStats {
36        width: 99%;
37}
38
39/* Plugins, languages tables */
40TABLE.plugins,
41TABLE.languages {
42  min-width: 500px;
43}
44TABLE.plugins A { border: 0; }
45TABLE.plugins TR TD { padding: 4px 10px; }
46TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
47TABLE.languages TR TD { padding: 7px 20px; }
48
49TABLE.plugins TR TD.active,
50TABLE.languages TR TD.active {
51        background: url(icon/plugin_active.gif) no-repeat center left;
52        background-color: inherit; /* IE need it */
53}
54
55TABLE.plugins TR TD.inactive {
56        background: url(icon/plugin_inactive.gif) no-repeat center left;
57        background-color: inherit; /* IE need it */
58}
59
60TABLE.plugins ul.pluginsActions {
61        float: left;
62        padding: 0;
63        margin: 0;
64        width: 60px;
65        list-style: none;
66        text-align: center;
67}
68
69TABLE.plugins ul.pluginsActions li { display: inline; }
70
71/* categoryOrdering */
72SELECT.categoryList {
73        width: 100%;
74}
75 
76FORM#categoryOrdering {
77        padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
78        padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
79}
80FORM#categoryOrdering p {
81        text-align: left;
82        margin-top: 1em;
83        margin-bottom: 1em;
84}
85UL.categoryUl {
86        list-style: none;
87        padding: 0;
88        margin: 0;
89}
90
91LI.categoryLi {
92        width: 100%;
93        border: 1px solid #666;
94        padding: 0px 5px;
95        margin-bottom: 5px;
96}
97
98FORM#categoryOrdering UL.categoryActions {
99        float: right;
100        height:45px;
101        line-height:45px;
102}
103/* */
104
105/* menuOrdering */
106FORM#menuOrdering {
107        padding-left: 1em;
108        padding-right: 1em;
109}
110FORM#menuOrdering p {
111        text-align: left;
112        margin: 0 10px;
113}
114FORM#menuOrdering p span {
115        float:right;
116}
117FORM#menuOrdering input {
118        vertical-align: middle;
119  margin:0 10px;
120}
121FORM#menuOrdering .menuAuthor {
122  margin: 5px 0 0 40px;
123}
124FORM#menuOrdering .menuSubmit {
125  margin: 20px 0;
126}
127
128UL.menuUl {
129        list-style: none;
130        padding: 0;
131        margin: 0;
132}
133
134LI.menuLi {
135        width: 100%;
136        border: 1px solid #666;
137        padding: 12px 0;
138        margin-bottom: 5px;
139}
140/* */
141
142FORM#catModify TABLE { width: auto; }
143
144FIELDSET.elementEdit A {
145        display: block;
146        float: right;
147}
148
149TABLE.doubleSelect {
150        text-align: center;
151        margin: 0 auto;
152        width: 100%;
153}
154
155TABLE.doubleSelect TD {
156        padding: 0 3px;
157        width: 50%;
158}
159
160TABLE.doubleSelect SELECT.categoryList {
161        width: 100%; max-width: 100%; overflow-x: auto;
162}
163
164FORM#categoryPermissions LI {
165        display:inline;
166        white-space: nowrap;
167}
168
169FIELDSET#mainConfCheck SPAN.property,
170FIELDSET#historyConf SPAN.property,
171FIELDSET#commentsConf SPAN.property,
172FIELDSET#uploadConf SPAN.property,
173FIELDSET#indexDisplayConf SPAN.property,
174FIELDSET#pictureDisplayConf SPAN.property,
175FIELDSET#pictureInfoConf SPAN.property {
176        float: right;
177        text-align: left;
178}
179FIELDSET#mainConfCheck INPUT,
180FIELDSET#historyConf INPUT,
181FIELDSET#commentsConf INPUT,
182FIELDSET#uploadConf INPUT,
183FIELDSET#indexDisplayConf INPUT,
184FIELDSET#pictureDisplayConf INPUT,
185FIELDSET#pictureInfoConf INPUT {
186        float: none;
187}
188
189FIELDSET#mainConf SPAN.property {
190        width: 25%;
191}
192FIELDSET#mainConf TEXTAREA.description {
193        width: 70%;
194}
195
196FIELDSET#mainConfCheck SPAN.property,
197FIELDSET#historyConf SPAN.property,
198FIELDSET#indexDisplayConf SPAN.property,
199FIELDSET#pictureDisplayConf SPAN.property,
200FIELDSET#pictureInfoConf SPAN.property {
201        width: 90%;
202}
203FIELDSET#mainConfCheck INPUT,
204FIELDSET#historyConf INPUT,
205FIELDSET#commentsConf INPUT,
206FIELDSET#indexDisplayConf INPUT,
207FIELDSET#pictureDisplayConf INPUT,
208FIELDSET#pictureInfoConf INPUT {
209        margin-left: 5%;
210}
211FIELDSET#uploadConf SELECT {
212        float: right;
213        margin: 2px 10px 0px;
214}
215FIELDSET#uploadConf INPUT {
216        float: right;
217        margin: 5px 10px 0px;
218}
219FIELDSET#uploadConf SPAN.property {
220        width: 65%;
221}
222FIELDSET#commentsConf SPAN.property {
223        width: 85%;
224}
225
226.statBar {
227        height: 10px;
228        background-color: #ff7700;
229        border: 1px solid #666;
230}
231
232.over{
233position: relative;
234z-index: 0;
235}
236
237.over:hover{
238background-color: transparent;
239z-index: 50;
240}
241
242.over SPAN{ /*CSS for enlarged image*/
243position: absolute;
244background-color: #222;
245padding: 5px;
246left: -1000px;
247border: 1px solid #ff3363;
248visibility: hidden;
249color: black;
250text-decoration: none;
251}
252
253.over SPAN IMG{ /*CSS for enlarged image*/
254border-width: 0;
255padding: 2px;
256}
257
258.over:hover SPAN{ /*CSS for enlarged image on hover*/
259visibility: visible;
260top: 0;
261left: 60px; /*position where enlarged image should offset horizontally */
262}
263
264BODY {
265        margin: 5px;
266        padding: 0;
267        font-size: 0.8em;
268        font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
269        text-align: center; /* be nice to IE5 */
270}
271
272H1 {
273color:#eee;
274letter-spacing:1px;
275text-align: left;
276font-size: 150%;
277font-weight: normal;
278font-style:italic;
279padding: 8px 0 0 10px;
280margin: 0;
281float:left;
282}
283
284#pwgHead {color:#aaa;}
285#pwgHead A {color:#ccc;}
286#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
287#pwgHead A#instructions:hover {border:none;}
288
289#headActions {float:right; height:46px; line-height:46px; margin-right:10px;}
290
291A {
292        text-decoration:none;
293        border-bottom: 0;
294}
295A:hover {
296        border-bottom: 1px solid #FF3363;
297}
298A.button, A.button:hover { 
299        border: 0; 
300}
301IMG {
302        border: none;
303}
304
305HR.separation {
306        visibility: hidden;
307        clear: both;
308}
309
310/** General defaults **/
311INPUT, SELECT {
312        margin: 0;
313        font-size: 1em; /* <= some browsers don't set it correctly */
314}
315UL, DL, OL { text-align: left;}
316TABLE { /* horizontaly centered */
317        margin-left: auto;
318        margin-right: auto;
319}
320/* for debugging purpose */
321PRE { text-align:left; }
322
323/** forms **/
324
325FORM { padding: 0em; }
326
327FORM P {
328        text-align: center;
329        margin-top: 2em;
330        margin-bottom: 2em;
331}
332
333form p.field {
334  text-align: left;
335}
336
337FORM FIELDSET P {
338        margin-top: 1em;
339        margin-bottom: 0;
340}
341
342.small {
343        font-size: 80%;
344}
345
346TEXTAREA.description {
347        height: 6em;
348        width: 40em;
349        overflow: auto;
350}
351
352SELECT.categoryList {
353        height: 20em;
354        width: auto;
355}
356
357DIV.comment BLOCKQUOTE {
358        padding: 0.5em;
359        overflow: auto; /* no solution for IE6 */
360        min-height: 2.75em;     /* fix a Gecko bug whith scrollbar and 1 line only */
361}
362
363
364/**
365 * Filter forms are displayed label by label with the input (or select...)
366 * below the label. Use an UL to make a group (radiobox for instance).
367 * Use a SPAN to group objects in line
368 */
369FIELDSET {
370        padding: 1em;
371        margin: 1em;
372        overflow: hidden; /* <- makes Opera happy */
373}
374
375FORM.filter FIELDSET UL {
376        margin: 0;
377}
378FORM.filter FIELDSET UL,
379FORM.filter FIELDSET LABEL {
380        display: block;
381        float: left;
382        margin-right: 1em;
383        padding: 0;
384}
385
386FORM.filter FIELDSET LI {
387        list-style: none;
388        margin-bottom: 0.5em;
389}
390
391FORM.filter FIELDSET LI LABEL {
392        display: inline;
393        float: none;
394}
395
396FORM.filter FIELDSET UL.tagSelection LABEL {
397        display: inline;
398        float: none;
399        margin-right:0.5em;/*reduce from above*/
400}
401
402/* cannot use FIELDSET>LABEL because of IE<=6 */
403FORM.filter FIELDSET LABEL INPUT,
404FORM.filter FIELDSET LABEL SELECT,
405FORM.filter FIELDSET LABEL SPAN,
406FORM.filter FIELDSET LABEL TEXTAREA {
407        display: block;
408        margin: 0.5em 0;
409}
410FORM.filter FIELDSET * LABEL INPUT,
411FORM.filter FIELDSET * LABEL SELECT,
412FORM.filter FIELDSET * LABEL TEXTAREA,
413FORM.filter FIELDSET LABEL SPAN INPUT,
414FORM.filter FIELDSET LABEL SPAN SELECT,
415FORM.filter FIELDSET LABEL SPAN TEXTAREA {
416        display: inline;
417        vertical-align: top;
418        margin: 0 0.5em 0 0;
419}
420
421FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
422        margin-right:0;
423}
424
425/* following declaration is important to avoid strange FF behaviour */
426FORM.filter FIELDSET LABEL SPAN SELECT {
427        margin: 0;
428}
429
430FORM.filter FIELDSET P
431{
432        clear: left;
433        display: block;
434}
435
436FORM.filter INPUT[type="submit"] {
437        margin-top: 1.8em;
438}
439
440FORM.properties UL, FORM#update UL {
441        list-style-type: none;
442        margin: 0;
443        padding: 0;
444}
445
446FORM.properties LI, FORM#update UL {
447        margin-bottom: 0.5em;
448        padding: 0;
449        line-height: 1.8em;
450        clear: left;
451}
452
453FORM.properties SPAN.property {
454        font-weight: bold;
455        float: left;
456        width: 50%;
457        text-align: right;
458        margin: 0;
459        padding: 0 0.5em 0 0;
460}
461
462#theHeader H1 {
463        margin-bottom: 0.5em;
464}
465
466/* button tools */
467UL.actions {
468        text-indent: 0;
469        list-style: none;
470}
471UL.actions LI {
472        display: inline;
473}
474UL.actions A {
475        border: none;
476}
477
478UL.tagSelection {
479        width: 99%;
480        margin: 1em 0 1em 0;
481        padding: 0;
482}
483
484UL.tagSelection LI {
485        display:inline-block;
486        width:150px!important;
487        overflow:hidden;
488        white-space: nowrap;
489}
490
491/* jQuery tooltips */
492.cluetip-default #cluetip-outer {
493        position: relative;
494        border: 1px solid #111111;
495        color: #dddddd;
496        background-color: #222222;
497        text-align: left;
498}
499.cluetip-default h3#cluetip-title {
500        margin: 0 0 5px;
501        padding: 8px;
502        color: #666666;
503        background-color: #d3d3d3;
504        font-size: 1.1em;
505        font-weight: bold;
506}
507.cluetip-default #cluetip-inner {
508        padding: 10px;
509}
510
511/* jQuery datepicker */
512img.ui-datepicker-trigger {
513  cursor : pointer;
514  vertical-align: middle; 
515  margin:-3px 5px 2px 5px;
516}
517
518/* jQuery FCBKcomplete */
519/* TextboxList sample CSS */
520ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
521*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
522ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; white-space:nowrap;}
523ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
524ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
525ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
526ul.holder li.bit-input input { width: auto; overflow:visible; margin: 0; border: 0px; outline: 0; padding: 3px 0px 2px; } /* no left/right padding here please */
527ul.holder li.bit-input input.smallinput { width: 20px; }
528
529/* Facebook demo CSS */     
530#add { border: 1px solid #999; width: 550px; margin: 50px; padding: 20px 30px 10px; }
531form ol li { list-style-type: none; }
532form ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
533form ol li.input-text { margin-bottom: 10px; list-style-type: none; padding-bottom: 10px; }
534form ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
535form ol li.input-text input { width: 500px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }
536form ul.holder { width: 500px; }
537form ul { margin: 0 !important }
538ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; z-index:1000;}
539#apple-list ul.holder li.bit-input { margin: 0; }
540#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
541ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
542ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
543ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url(icon/fcbkcomplete_close.gif); }
544ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
545ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }
546
547/* Autocompleter */
548
549.facebook-auto { display: none; position: absolute; width: 512px; background: #eee; }
550.facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px;font-family:"Lucida Grande","Verdana"; font-size:11px; }
551.facebook-auto ul { display: none; margin: 0; padding: 0; overflow: auto; position:absolute; z-index:9999}
552.facebook-auto ul li { padding: 5px 12px; z-index: 1000; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; background-color: #eee }
553.facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
554.facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
555.facebook-auto ul li.auto-focus em { background: none; }
556.deleted { background-color:#4173CC !important; color:#ffffff !important;}
557.hidden { display:none;}
558
559#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
560.ie6fix {height:1px;width:1px; position:absolute;top:0px;left:0px;z-index:1;}
561
562/* Add photos, direct mode */
563#uploadBoxes P {
564  margin:0;
565  margin-bottom:2px;
566  padding:0;
567}
568
569#batchLink {
570  text-align:center;
571}
572
573.category_selection {
574  min-height:65px;
575  margin-top:5px;
576}
577
578.category_selection TABLE {
579  margin:0;
580}
581
582#photosAddContent FIELDSET {
583  width:650px;
584  margin:0 auto 20px auto;
585}
586
587#photosAddContent P {
588  margin:0;
589}
590
591#photosAddContent TH {
592  text-align:right;
593  padding-right: 5px;
594}
595
596#uploadFormSettings input[type="text"] {
597  text-align:right;
598}
599
600#uploadFormSettings TH {
601  width:50%;
602}
603
604#pwgHead {
605  background-color:#464646;
606  height:46px;
607}
608
609html, body {height:100%; margin:0; padding:0;}
610#the_page {min-height:100%; position:relative; padding:0;margin:0;}
611#pwgMain {padding:10px;padding-bottom:60px;}
612
613#footer {
614  position:absolute;
615  bottom:0;
616  width:100%;
617  height:46px;
618  background: url(images/logo.png) no-repeat bottom left;
619  background-color:#464646;
620  color:#aaa;
621  line-height:46px;
622}
623
624#footer A {color:#ccc;}
625#footer A:hover {color:#fff;border-bottom:1px solid #fff;}
626
627#adminHome {
628  text-align:center;
629  margin-bottom:15px;
630  line-height:30px;
631  width:200px;
632  margin-left:5px;
633  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
634}
635
636#adminHome A {display:block; font-size:1.1em; font-weight:bold;}
637#adminHome A {border:none;}
638
639#piwigoInfos {float:left; margin-left:100px;}
640#pageInfos {float:right; margin-right:10px;}
641
642/* TipTip CSS - Version 1.2 */
643
644#tiptip_holder {
645        display: none;
646        position: absolute;
647        top: 0;
648        left: 0;
649        z-index: 99999;
650}
651
652#tiptip_holder.tip_top {
653        padding-bottom: 5px;
654}
655
656#tiptip_holder.tip_bottom {
657        padding-top: 5px;
658}
659
660#tiptip_holder.tip_right {
661        padding-left: 5px;
662}
663
664#tiptip_holder.tip_left {
665        padding-right: 5px;
666}
667
668#tiptip_content {
669        font-size: 11px;
670        color: #fff;
671        text-shadow: 0 0 2px #000;
672        padding: 4px 8px;
673        border: 1px solid rgba(255,255,255,0.25);
674        background-color: rgb(25,25,25);
675        background-color: rgba(25,25,25,0.92);
676        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
677        border-radius: 3px;
678        -webkit-border-radius: 3px;
679        -moz-border-radius: 3px;
680        box-shadow: 0 0 3px #555;
681        -webkit-box-shadow: 0 0 3px #555;
682        -moz-box-shadow: 0 0 3px #555;
683}
684
685#tiptip_arrow, #tiptip_arrow_inner {
686        position: absolute;
687        border-color: transparent;
688        border-style: solid;
689        border-width: 6px;
690        height: 0;
691        width: 0;
692}
693
694#tiptip_holder.tip_top #tiptip_arrow {
695        border-top-color: #fff;
696        border-top-color: rgba(255,255,255,0.35);
697}
698
699#tiptip_holder.tip_bottom #tiptip_arrow {
700        border-bottom-color: #fff;
701        border-bottom-color: rgba(255,255,255,0.35);
702}
703
704#tiptip_holder.tip_right #tiptip_arrow {
705        border-right-color: #fff;
706        border-right-color: rgba(255,255,255,0.35);
707}
708
709#tiptip_holder.tip_left #tiptip_arrow {
710        border-left-color: #fff;
711        border-left-color: rgba(255,255,255,0.35);
712}
713
714#tiptip_holder.tip_top #tiptip_arrow_inner {
715        margin-top: -7px;
716        margin-left: -6px;
717        border-top-color: rgb(25,25,25);
718        border-top-color: rgba(25,25,25,0.92);
719}
720
721#tiptip_holder.tip_bottom #tiptip_arrow_inner {
722        margin-top: -5px;
723        margin-left: -6px;
724        border-bottom-color: rgb(25,25,25);
725        border-bottom-color: rgba(25,25,25,0.92);
726}
727
728#tiptip_holder.tip_right #tiptip_arrow_inner {
729        margin-top: -6px;
730        margin-left: -5px;
731        border-right-color: rgb(25,25,25);
732        border-right-color: rgba(25,25,25,0.92);
733}
734
735#tiptip_holder.tip_left #tiptip_arrow_inner {
736        margin-top: -6px;
737        margin-left: -7px;
738        border-left-color: rgb(25,25,25);
739        border-left-color: rgba(25,25,25,0.92);
740}
741
742/* Webkit Hacks  */
743@media screen and (-webkit-min-device-pixel-ratio:0) { 
744        #tiptip_content {
745                padding: 4px 8px 5px 8px;
746                background-color: rgba(45,45,45,0.88);
747        }
748        #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
749                border-bottom-color: rgba(45,45,45,0.88);
750        }
751        #tiptip_holder.tip_top #tiptip_arrow_inner { 
752                border-top-color: rgba(20,20,20,0.92);
753        }
754}
755
756/* Set the width of the menubar for the galery */
757#menubar {
758  width: 18em;
759}
760.content {
761  margin-left: 20em;  /* = #menubar width + 2em */
762}
763/* Set minimum width of the page before getting a scrollbar */
764/* IE5 and IE6 don't get that */
765BODY {
766  min-width: 60em;  /* ~ 3* #menubar width */
767}
768BODY#thePopuphelpPage {
769  min-width: 0;
770}
771
772#thePopuphelpPage #pwgHead {display:none}
773#thePopuphelpPage #footer  {display:none}
774
775/* Set some sizes according to your maximum thumbnail width and height */
776.content UL.thumbnails SPAN,
777.content UL.thumbnails SPAN.wrap2 A,
778.content UL.thumbnails LABEL,
779.content DIV.thumbnailCategory DIV.illustration {
780  width: 140px;      /* max thumbnail width + 2px */
781}
782.content UL.thumbnails SPAN.wrap2,
783.content DIV.thumbnailCategory DIV.description {
784  height: 140px;    /* max thumbnail height + 2px */
785}
786
787
788/* Category thumbnails on main page */
789.content UL.thumbnailCategories LI {
790  width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
791}
792
793/* Set defaults for thumbnails legend */
794.content UL.thumbnails SPAN.thumbLegend {
795  display: block;  /* display: none; if you don't want legend */
796  height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
797}
798
799.themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; }
800
801.themeBox IMG {border:1px solid white; margin:0 15px;}
802.themeName {font-size:1.1em; margin:5px 0;}
803.themeActions {display: table-row; font-size:12px; height: 43px; }
804.themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
805.themeActions A {}
806
807#themesContent .themeBox IMG {width:150px; height:120px;}
808#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
809.themeBoxes {min-height:0;text-align:left;}
810
811h2 { letter-spacing:2px; font-weight:bold;}
812h2:lang(en) { text-transform:capitalize; }
813
814#pluginsMenuSeparator {width:80%; margin:5px auto;}
815
816#helpContent P {text-align:left; margin-left:10px;}
817#helpContent LI, #ftpPage LI {margin-top:10px;}
818#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
819
820#configContent FIELDSET, #availablePlugins FIELDSET  {border:none;}
821
822/**
823 * Informations box in administration
824 */
825.infos, .errors {
826  text-align: left;
827  margin: 5px;
828  padding: 10px 50px 10px 10px;
829  font-weight:bold;
830  background-repeat: no-repeat;
831  background-position: 5px 5px;
832  padding:5px 70px 0pt 53px;
833  min-height: 54px;
834}
835
836.infos {
837  color: #0a0;
838  background-color:#c2f5c2;
839  background-image: url(icon/infos.png);
840}
841
842.errors {
843  color: #f22;
844  background-color: #ffd5dc;
845  background-image: url(icon/errors.png);
846}
847
848.infos li, .errors li { list-style-type:square; }
849.infos .submit {margin-left:30px;}
850
851.checkActions {text-align:left;padding:0;margin:0;}
852.comment A:hover {border:none;}
853
854.pluginBox {margin-bottom:10px;-moz-border-radius:5px;}
855.pluginBox table {width:99%}
856.pluginBox td {text-align:left;}
857.pluginBox td.pluginDesc {cursor:pointer;}
858.pluginBox td.pluginDesc img{vertical-align:middle;}
859.pluginBox td em{float:right;}
860.pluginBoxNameCell {width:150px; vertical-align:top;}
861
862.languageBoxes {min-height:0;text-align:left;}
863.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px; overflow:hidden; }
864.languageName {font-size:1.1em; margin:5px 0;}
865.languageActions {display: table-row; font-size:12px; }
866.languageActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
867
868#ui-datepicker-div {-moz-border-radius:5px;}
869#ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;}
870#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;}
871#ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;}
872
873.HelpActions {
874  float:right;
875  margin:0;
876  padding:0;
877  padding-top:2px;
878  padding-left:3px;
879}
880
881.HelpActions a { border:0; margin:0; }
882.HelpActions a:hover {border:0;}
883.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
884
885legend {text-align:left;}
Note: See TracBrowser for help on using the repository browser.