X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=core.css;h=89a727b7d0f8a93f26dd4893ef3d657e7c06e7af;hp=226dad75951210bf80200aab5b80cf0cc069b8b9;hb=HEAD;hpb=637293a70f691d05a20fa417b3e84ddfea363677 diff --git a/core.css b/core.css index 226dad75..89a727b7 100644 --- a/core.css +++ b/core.css @@ -1,4 +1,73 @@ +.loading-indicator { + font-size:12px; + height:28px; +} +.loading-indicator { + background-position:left top; + background-repeat:no-repeat; + font-size:8pt; + height:18px; + padding-left:20px; + text-align:left; +} +#loading { + background:#fff; + border:1px solid #6593CF; + left:40%; + padding:2px; + position:absolute; + text-align:center; + top:40%; + width:250px; + + z-index:20001; + font-family:tahoma,arial,helvetica; +} +/** not sure if this is still needed ? */ + +#loading-logo-bottom, +#loading-logo-center, +#loading-logo-tile, +#loading-logo-tile-top +{ + width:100%; + height:100%; + position:absolute; + + left:0; + top:0; + background-position:50% 50%; +} + +/* background-tile.jpg */ +#loading-logo-tile { + z-index:1000; +} + +/* background.jpg */ +#loading-logo-center +{ + background-position:50% 0; + background-repeat:no-repeat; + z-index:1001; +} +/* background-tile-top.jpg */ +#loading-logo-tile-top +{ + background-position:50% 0; + z-index:1002; + background-repeat:repeat-x; + +} +/* background_bottom_logo.gif */ +#loading-logo-bottom +{ + background-position:50% 100%; + background-repeat:no-repeat; + z-index:1003; +} + .logoblock { @@ -25,31 +94,6 @@ height:16px; width:16px; } -.loading-indicator { - font-size:12px; - height:28px; -} -.loading-indicator { - background-position:left top; - background-repeat:no-repeat; - font-size:8pt; - height:18px; - padding-left:20px; - text-align:left; -} -#loading { - background:#fff; - border:1px solid #6593CF; - left:40%; - padding:2px; - position:absolute; - text-align:center; - top:40%; - width:250px; - - z-index:20001; - font-family:tahoma,arial,helvetica; -} /** - add button next to combo box (of type ComboAdder) */ .x-form-adder, @@ -487,45 +531,54 @@ span.ptcv-selectlang .x-form fieldset.x-formbox { - padding-left :0; - padding-bottom :0; - padding-right :0; - padding-top: 10px; - - border: 1px solid gray; - -moz-box-shadow: 5px 5px 5px #ccc; + padding-left :0; + padding-bottom :0; + padding-right :0; + padding-top: 15px; + + border: 1px solid gray; + -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; box-shadow: 5px 5px 5px #ccc; - - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; - } + + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 15px; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; +} .x-form fieldset.x-formbox legend { - display: block; - border-bottom: 1px solid gray; - border-top: 1px solid gray; - margin: 0px; - padding: 5px 0px; - - background: #E3E3E3 none repeat scroll 0 0; - - width: 100%; - position: relative; - text-align: center; - + display: block; + border-bottom: 1px solid gray; + border-top: 1px solid gray; + margin: 0px; + padding: 5px 0px; + + background: #E3E3E3 none repeat scroll 0 0; + + width: 100%; + position: relative; + top: 11px; + text-align: center; + } .x-form fieldset.x-formbox .x-form-item { margin-left: 2px; + margin-right: 2px; } +.x-form fieldset.x-formbox x-form-displayfield, +.x-form fieldset.x-formbox label { + padding-top: 0px; /* tighter layout */ +} +.x-form fieldset.x-formbox .x-form-displayfield { + font-weight: bold; +} - - - +.align-right { + text-align: right; +}