diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index 7209d9e8f8..58f060ab8d 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -304,17 +304,17 @@ function print_info_box_np($msg, $name="apply",$value="Apply changes") { } echo << +
-
- +
+
- - {$savebutton} diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index de00906b03..b3c9891c2a 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -6,7 +6,7 @@ html, body, td, th, input, select { .infoboxnptd2 { width:70%; - font-color:white; + color:white; background-color:#990000; } @@ -29,6 +29,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; + width:600px; } .infoboxnpimg { @@ -41,7 +42,6 @@ html, body, td, th, input, select { .inputerrorsleft { background-color: #990000; width: 36px; - text-align: center; } .inputerrorsright { diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 71dee72d68..71fcf9bd39 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -7,7 +7,7 @@ html, body, td, th, input, select { .infoboxnptd2 { width:70%; - font-color:white; + color:white; background-color:#990000; } @@ -30,6 +30,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; + width:600px; } .infoboxnpimg { @@ -42,7 +43,6 @@ html, body, td, th, input, select { .inputerrorsleft { background-color: #990000; width: 36px; - text-align: center; } .inputerrorsright { diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 06593d7390..7153853419 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -6,7 +6,7 @@ html, body, td, th, input, select { .infoboxnptd2 { width:70%; - font-color:white; + color:white; background-color:#990000; } @@ -29,6 +29,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; + width:600px; } .infoboxnpimg { diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index 99d1a2366d..487f0af62f 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -6,7 +6,7 @@ html, body, td, th, input, select { .infoboxnptd2 { width:70%; - font-color:white; + color:white; background-color:#990000; } @@ -29,6 +29,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; + width:600px; } .infoboxnpimg { diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index dba6ed1353..7300751783 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -7,7 +7,7 @@ html, body, td, th, input, select { .infoboxnptd2 { width:70%; - font-color:white; + color:white; background-color:#990000; } @@ -30,6 +30,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; + width:600px; } .infoboxnpimg {
-     + +     - {$msg} + + {$msg}