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

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

bug 1582: fix help.png position in administration.

better help.png icon for the clear admin theme.

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