From 7f16792394b5b17a24007b0df0eaaab768d50386 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 20 Oct 2010 20:59:58 -0400 Subject: Add these error/info box classes to the wizard.css file. --- usr/local/www/themes/pfsense_ng/wizard.css | 57 ++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'usr/local/www/themes/pfsense_ng/wizard.css') 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; +} -- cgit v1.1