From e1813ec836ca2d17b2b14bb42c9d8edfa10c1ff2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 30 Oct 2008 01:48:41 +0000 Subject: Make style match 100% --- usr/local/www/guiconfig.inc | 2 +- usr/local/www/themes/metallic/all.css | 4 ++++ usr/local/www/themes/nervecenter/all.css | 4 ++++ usr/local/www/themes/pfsense-dropdown/all.css | 4 ++++ usr/local/www/themes/pfsense/all.css | 4 ++++ usr/local/www/themes/the_wall/all.css | 6 +++++- 6 files changed, 22 insertions(+), 2 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index daf3583..0a50980 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -304,7 +304,7 @@ function print_info_box_np($msg, $name="apply",$value="Apply changes") { } echo << +
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index b3c9891..3192932 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -4,6 +4,10 @@ html, body, td, th, input, select { font-size: 0.9em; } +.infobox { + width:100%; +} + .infoboxnptd2 { width:70%; color:white; diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 71fcf9b..1b39e8f 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -5,6 +5,10 @@ html, body, td, th, input, select { } +.infobox { + width:100%; +} + .infoboxnptd2 { width:70%; color:white; diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 7153853..1a22f89 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -4,6 +4,10 @@ html, body, td, th, input, select { font-size: 0.9em; } +.infobox { + width:100%; +} + .infoboxnptd2 { width:70%; color:white; diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index 487f0af..a281c99 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -4,6 +4,10 @@ html, body, td, th, input, select { font-size: 0.9em; } +.infobox { + width:100%; +} + .infoboxnptd2 { width:70%; color:white; diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index 7300751..3538e32 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -5,6 +5,10 @@ html, body, td, th, input, select { } +.infobox { + width:100%; +} + .infoboxnptd2 { width:70%; color:white; @@ -30,7 +34,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; - width:600px; + width:100%; } .infoboxnpimg { -- cgit v1.1