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 {