/* plugin:configmanager */ #config__manager div.success, #config__manager div.error, #config__manager div.info { background-position: 0.5em; padding: 0.5em; text-align:center; } #config__manager fieldset { margin: 1em; width: auto; margin-bottom: 2em; background-color: __background_alt__; color: __text__; padding: 0 1em; } #config__manager legend { font-size: 1.25em; } #config__manager form { } #config__manager table { margin: 1em 0; width: 100%; } #config__manager fieldset td { text-align: left; } #config__manager fieldset td.value { /* fixed data column width */ width: 30em; } #config__manager td input.edit { width: 30em; } #config__manager td select.edit { } #config__manager td textarea.edit { width: 27.5em; height: 4em; } #config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select { background-color: #fff; color: #000; } #config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault { background-color: #ccddff; color: #000; } #config__manager tr.protected .input, #config__manager tr.protected input, #config__manager tr.protected textarea, #config__manager tr.protected select, #config__manager tr.protected .selection { background-color: #ffcccc!important; color: #000 !important; } #config__manager td.error { background-color: red; color: #000;} #config__manager .selection { width: 14.8em; float: left; margin: 0 0.3em 2px 0; } #config__manager .selection label { float: right; width: 14em; font-size: 90%; } /* IE6 correction */ * html #config__manager .selection label { padding-top: 2px; } #config__manager .selection input.checkbox { padding-left: 0.7em; } #config__manager .other { clear: both; padding-top: 0.5em; } #config__manager .other label { padding-left: 2px; font-size: 90%; } /* end plugin:configmanager */