source: trunk/admin/themes/default/default-layout.css @ 5446

Last change on this file since 5446 was 5446, checked in by patdenice, 14 years ago

feature 1502: Allow to have configuration page for each theme.css.
About string for theme has to be saved in language theme directory (about.html)

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