summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-20 20:59:58 -0400
committerjim-p <jimp@pfsense.org>2010-10-20 20:59:58 -0400
commit7f16792394b5b17a24007b0df0eaaab768d50386 (patch)
tree34f7baf7a0a7d969b569b37ad781910ebf013f9d /usr
parent27319e173b475f00e70a7256bb6ee47e6f376689 (diff)
downloadpfsense-7f16792394b5b17a24007b0df0eaaab768d50386.zip
pfsense-7f16792394b5b17a24007b0df0eaaab768d50386.tar.gz
Add these error/info box classes to the wizard.css file.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/themes/pfsense_ng/wizard.css57
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;
+}
OpenPOWER on IntegriCloud