diff options
author | jim-p <jimp@pfsense.org> | 2010-10-20 20:59:58 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-10-20 20:59:58 -0400 |
commit | 7f16792394b5b17a24007b0df0eaaab768d50386 (patch) | |
tree | 34f7baf7a0a7d969b569b37ad781910ebf013f9d /usr/local | |
parent | 27319e173b475f00e70a7256bb6ee47e6f376689 (diff) | |
download | pfsense-7f16792394b5b17a24007b0df0eaaab768d50386.zip pfsense-7f16792394b5b17a24007b0df0eaaab768d50386.tar.gz |
Add these error/info box classes to the wizard.css file.
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/themes/pfsense_ng/wizard.css | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/usr/local/www/themes/pfsense_ng/wizard.css b/usr/local/www/themes/pfsense_ng/wizard.css index 4e0d048..ad5b33d 100644 --- a/usr/local/www/themes/pfsense_ng/wizard.css +++ b/usr/local/www/themes/pfsense_ng/wizard.css @@ -1056,3 +1056,60 @@ div#log span.log-protocol { margin: 0em; text-indent: 10px; } + +.infobox { + width:100%; +} + +.infoboxsave { + padding-right: 10px; +} + +.infoboxnptd2 { + width:100%; + color:white; + background-color:#990000; + padding-right: 10px; +} + +.infoboxnptd { + width:8%; + background-color:#990000; +} + +.infoboxnptable { + height:32px; + width:100%; + background-color:#990000; +} + +.infoboxnptable2 { + height:32px; + width:100%; + background-color:#990000; +} + +.infoboxnp { + background-color:#990000; + width:100%; +} + +.infoboxnpimg { + vertical-align:middle; + width:28px; + height:32px; + background-color:#990000; +} + +.inputerrorsleft { + background-color: #990000; + width: 36px; +} + +.inputerrorsright { + background-color: #FFD9D1; + color: #000000; + font-size: 11px; + padding-left: 8px; + padding-top: 6px; +} |