summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-30 01:48:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-30 01:48:41 +0000
commite1813ec836ca2d17b2b14bb42c9d8edfa10c1ff2 (patch)
tree669ed7bb0b40516d83d00cc9a2a8005e2f36bc1a /usr
parent1aa31c5db8b634c8244a03a943fcdcd600a538ef (diff)
downloadpfsense-e1813ec836ca2d17b2b14bb42c9d8edfa10c1ff2.zip
pfsense-e1813ec836ca2d17b2b14bb42c9d8edfa10c1ff2.tar.gz
Make style match 100%
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc2
-rw-r--r--usr/local/www/themes/metallic/all.css4
-rw-r--r--usr/local/www/themes/nervecenter/all.css4
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css4
-rw-r--r--usr/local/www/themes/pfsense/all.css4
-rw-r--r--usr/local/www/themes/the_wall/all.css6
6 files changed, 22 insertions, 2 deletions
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 <<<EOFnp
- <table>
+ <table class='infobox'>
<tr>
<td>
<div class='infoboxnp' id='redbox'>
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 {
OpenPOWER on IntegriCloud