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

Last change on this file since 8732 was 8732, checked in by plg, 13 years ago

feature 2113: new logo on administration screen

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