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

Last change on this file since 5702 was 5702, checked in by nikrou, 14 years ago

Feature 1545 : refactoring, move css rules for calendar icon to default/themes (default-layout.css)

  • 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  vertical-align: middle; 
474  margin:-3px 5px 2px 5px;
475}
476
477/* jQuery FCBKcomplete */
478/* TextboxList sample CSS */
479ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
480*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
481ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; white-space:nowrap;}
482ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
483ul.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; }
484ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
485ul.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 */
486ul.holder li.bit-input input.smallinput { width: 20px; }
487
488/* Facebook demo CSS */     
489#add { border: 1px solid #999; width: 550px; margin: 50px; padding: 20px 30px 10px; }
490form ol li { list-style-type: none; }
491form ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
492form ol li.input-text { margin-bottom: 10px; list-style-type: none; padding-bottom: 10px; }
493form ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
494form ol li.input-text input { width: 500px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }
495form ul.holder { width: 500px; }
496form ul { margin: 0 !important }
497ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; z-index:1000;}
498#apple-list ul.holder li.bit-input { margin: 0; }
499#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
500ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
501ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
502ul.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); }
503ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
504ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }
505
506/* Autocompleter */
507
508.facebook-auto { display: none; position: absolute; width: 512px; background: #eee; }
509.facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px;font-family:"Lucida Grande","Verdana"; font-size:11px; }
510.facebook-auto ul { display: none; margin: 0; padding: 0; overflow: auto; position:absolute; z-index:9999}
511.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 }
512.facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
513.facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
514.facebook-auto ul li.auto-focus em { background: none; }
515.deleted { background-color:#4173CC !important; color:#ffffff !important;}
516.hidden { display:none;}
517
518#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
519.ie6fix {height:1px;width:1px; position:absolute;top:0px;left:0px;z-index:1;}
520
521/* Add photos, direct mode */
522#uploadBoxes P {
523  margin:0;
524  margin-bottom:2px;
525  padding:0;
526}
527
528#batchLink {
529  text-align:center;
530}
531
532.category_selection {
533  min-height:65px;
534  margin-top:5px;
535}
536
537.category_selection TABLE {
538  margin:0;
539}
540
541#photosAddContent FIELDSET {
542  width:650px;
543  margin:0 auto 20px auto;
544}
545
546#photosAddContent P {
547  margin:0;
548}
549
550#photosAddContent TH {
551  text-align:right;
552  padding-right: 5px;
553}
554
555#uploadFormSettings input[type="text"] {
556  text-align:right;
557}
558
559#uploadFormSettings TH {
560  width:50%;
561}
562
563#pwgHead {
564  background-color:#464646;
565  height:46px;
566}
567
568html, body {height:100%; margin:0; padding:0;}
569#the_page {min-height:100%; position:relative; padding:0;margin:0;}
570#pwgMain {padding:10px;padding-bottom:60px;}
571
572#footer {
573  position:absolute;
574  bottom:0;
575  width:100%;
576  height:46px;
577  background: url(images/logo.png) no-repeat bottom left;
578  background-color:#464646;
579  color:#aaa;
580  line-height:46px;
581}
582
583#footer A {color:#ccc;}
584#footer A:hover {color:#fff;border-bottom:1px solid #fff;}
585
586#adminHome {
587  text-align:center;
588  margin-bottom:15px;
589  line-height:30px;
590  width:200px;
591  margin-left:5px;
592  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
593}
594
595#adminHome A {display:block; font-size:1.1em; font-weight:bold;}
596#adminHome A {border:none;}
597
598#piwigoInfos {float:left; margin-left:100px;}
599#pageInfos {float:right; margin-right:10px;}
600
601/* TipTip CSS - Version 1.2 */
602
603#tiptip_holder {
604        display: none;
605        position: absolute;
606        top: 0;
607        left: 0;
608        z-index: 99999;
609}
610
611#tiptip_holder.tip_top {
612        padding-bottom: 5px;
613}
614
615#tiptip_holder.tip_bottom {
616        padding-top: 5px;
617}
618
619#tiptip_holder.tip_right {
620        padding-left: 5px;
621}
622
623#tiptip_holder.tip_left {
624        padding-right: 5px;
625}
626
627#tiptip_content {
628        font-size: 11px;
629        color: #fff;
630        text-shadow: 0 0 2px #000;
631        padding: 4px 8px;
632        border: 1px solid rgba(255,255,255,0.25);
633        background-color: rgb(25,25,25);
634        background-color: rgba(25,25,25,0.92);
635        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
636        border-radius: 3px;
637        -webkit-border-radius: 3px;
638        -moz-border-radius: 3px;
639        box-shadow: 0 0 3px #555;
640        -webkit-box-shadow: 0 0 3px #555;
641        -moz-box-shadow: 0 0 3px #555;
642}
643
644#tiptip_arrow, #tiptip_arrow_inner {
645        position: absolute;
646        border-color: transparent;
647        border-style: solid;
648        border-width: 6px;
649        height: 0;
650        width: 0;
651}
652
653#tiptip_holder.tip_top #tiptip_arrow {
654        border-top-color: #fff;
655        border-top-color: rgba(255,255,255,0.35);
656}
657
658#tiptip_holder.tip_bottom #tiptip_arrow {
659        border-bottom-color: #fff;
660        border-bottom-color: rgba(255,255,255,0.35);
661}
662
663#tiptip_holder.tip_right #tiptip_arrow {
664        border-right-color: #fff;
665        border-right-color: rgba(255,255,255,0.35);
666}
667
668#tiptip_holder.tip_left #tiptip_arrow {
669        border-left-color: #fff;
670        border-left-color: rgba(255,255,255,0.35);
671}
672
673#tiptip_holder.tip_top #tiptip_arrow_inner {
674        margin-top: -7px;
675        margin-left: -6px;
676        border-top-color: rgb(25,25,25);
677        border-top-color: rgba(25,25,25,0.92);
678}
679
680#tiptip_holder.tip_bottom #tiptip_arrow_inner {
681        margin-top: -5px;
682        margin-left: -6px;
683        border-bottom-color: rgb(25,25,25);
684        border-bottom-color: rgba(25,25,25,0.92);
685}
686
687#tiptip_holder.tip_right #tiptip_arrow_inner {
688        margin-top: -6px;
689        margin-left: -5px;
690        border-right-color: rgb(25,25,25);
691        border-right-color: rgba(25,25,25,0.92);
692}
693
694#tiptip_holder.tip_left #tiptip_arrow_inner {
695        margin-top: -6px;
696        margin-left: -7px;
697        border-left-color: rgb(25,25,25);
698        border-left-color: rgba(25,25,25,0.92);
699}
700
701/* Webkit Hacks  */
702@media screen and (-webkit-min-device-pixel-ratio:0) { 
703        #tiptip_content {
704                padding: 4px 8px 5px 8px;
705                background-color: rgba(45,45,45,0.88);
706        }
707        #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
708                border-bottom-color: rgba(45,45,45,0.88);
709        }
710        #tiptip_holder.tip_top #tiptip_arrow_inner { 
711                border-top-color: rgba(20,20,20,0.92);
712        }
713}
714
715/* Set the width of the menubar for the galery */
716#menubar {
717  width: 18em;
718}
719.content {
720  margin-left: 20em;  /* = #menubar width + 2em */
721}
722/* Set minimum width of the page before getting a scrollbar */
723/* IE5 and IE6 don't get that */
724BODY {
725  min-width: 60em;  /* ~ 3* #menubar width */
726}
727BODY#thePopuphelpPage {
728  min-width: 0;
729}
730
731/* Set some sizes according to your maximum thumbnail width and height */
732.content UL.thumbnails SPAN,
733.content UL.thumbnails SPAN.wrap2 A,
734.content UL.thumbnails LABEL,
735.content DIV.thumbnailCategory DIV.illustration {
736  width: 140px;      /* max thumbnail width + 2px */
737}
738.content UL.thumbnails SPAN.wrap2,
739.content DIV.thumbnailCategory DIV.description {
740  height: 140px;    /* max thumbnail height + 2px */
741}
742
743
744/* Category thumbnails on main page */
745.content UL.thumbnailCategories LI {
746  width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
747}
748
749/* Set defaults for thumbnails legend */
750.content UL.thumbnails SPAN.thumbLegend {
751  display: block;  /* display: none; if you don't want legend */
752  height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
753}
754
755.themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; }
756
757.themeBox IMG {border:1px solid white; margin:0 15px;}
758.themeName {font-size:1.1em; margin:5px 0;}
759.themeActions {display: table-row; font-size:12px; height: 43px; }
760.themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
761.themeActions A {}
762
763#themesContent .themeBox IMG {width:150px; height:120px;}
764#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
765.themeBoxes {min-height:0;text-align:left;}
766
767h2 { letter-spacing:2px; font-weight:bold;}
768h2:lang(en) { text-transform:capitalize; }
769
770#pluginsMenuSeparator {width:80%; margin:5px auto;}
771
772#helpContent P {text-align:left; margin-left:10px;}
773#helpContent LI, #ftpPage LI {margin-top:10px;}
774#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
775
776#configContent FIELDSET, #availablePlugins FIELDSET  {border:none;}
777
778/**
779 * Informations box in administration
780 */
781.infos, .errors {
782  text-align: left;
783  margin: 5px;
784  padding: 10px 50px 10px 10px;
785  font-weight:bold;
786  background-repeat: no-repeat;
787  background-position: 5px 5px;
788  padding:5px 70px 0pt 30px;
789  min-height: 54px;
790}
791
792.infos {
793  color: #0a0;
794  background-color:#c2f5c2;
795  background-image: url(icon/infos.png);
796}
797
798.errors {
799  color: #f22;
800  background-color: #ffd5dc;
801  background-image: url(icon/errors.png);
802}
803
804.infos li, .errors li { list-style-type:square; }
805.infos .submit {margin-left:30px;}
806
807.checkActions {text-align:left;padding:0;margin:0;}
808.comment A:hover {border:none;}
809
810.pluginBox {margin-bottom:10px;-moz-border-radius:5px;}
811.pluginBox table {width:99%}
812.pluginBox td {text-align:left;}
813.pluginBox td.pluginDesc {cursor:pointer;}
814.pluginBox td.pluginDesc img{vertical-align:middle;}
815.pluginBox td em{float:right;}
816.pluginBoxNameCell {width:150px; vertical-align:top;}
817
818.languageBoxes {min-height:0;text-align:left;}
819.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px; overflow:hidden; }
820.languageName {font-size:1.1em; margin:5px 0;}
821.languageActions {display: table-row; font-size:12px; }
822.languageActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
823
824#ui-datepicker-div {-moz-border-radius:5px;}
825#ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;}
826#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;}
827#ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;}
828
829.HelpActions {
830  float:right;
831  margin:0;
832  padding:0;
833  padding-top:2px;
834  padding-left:3px;
835}
836
837.HelpActions a { border:0; margin:0; }
838.HelpActions a:hover {border:0;}
839.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.