From 2e5909cbb7d4df041fec565009b535db516a7d5f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 30 Oct 2008 02:20:32 +0000 Subject: [PATCH] Set width to 100% --- usr/local/www/themes/metallic/all.css | 2 +- usr/local/www/themes/nervecenter/all.css | 2 +- usr/local/www/themes/pfsense-dropdown/all.css | 2 +- usr/local/www/themes/pfsense/all.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 31929329d0..5423e86938 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -33,7 +33,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; - width:600px; + width:100%; } .infoboxnpimg { diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 1b39e8fc17..ce57636245 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -34,7 +34,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; - width:600px; + width:100%; } .infoboxnpimg { diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 1a22f89f90..a834ed62a7 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -33,7 +33,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; - width:600px; + width:100%; } .infoboxnpimg { diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index a281c99d97..161c423e84 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -33,7 +33,7 @@ html, body, td, th, input, select { .infoboxnp { background-color:#990000; - width:600px; + width:100%; } .infoboxnpimg {