summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-30 01:30:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-30 01:30:31 +0000
commit8a220491a96871ac4acc0ce72a9543b684294be2 (patch)
tree8b1c5e5bc59f7ae7326d55f4f68383e5d1aba299 /usr
parentb781ca0abcc61230215a4d418fa35a92ccd83353 (diff)
downloadpfsense-8a220491a96871ac4acc0ce72a9543b684294be2.zip
pfsense-8a220491a96871ac4acc0ce72a9543b684294be2.tar.gz
* Use span
* Make item 600 px wide * Misc cleanup
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc14
-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.css3
-rw-r--r--usr/local/www/themes/pfsense/all.css3
-rw-r--r--usr/local/www/themes/the_wall/all.css3
6 files changed, 17 insertions, 14 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 7209d9e..58f060a 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 <<<EOFnp
- <table id='infoboxnptable'>
+ <table>
<tr>
<td>
- <div style='infoboxnp' id='redbox'>
- <table id='infoboxnptable2'>
+ <div class='infoboxnp' id='redbox'>
+ <table class='infoboxnptable2'>
<tr>
- <td id='infoboxnptd'>
- &nbsp;&nbsp;&nbsp;<img style='infoboxnpimg' src="/themes/{$g['theme']}/images/icons/icon_exclam.gif" >
+ <td class='infoboxnptd'>
+ &nbsp;&nbsp;&nbsp;<img class='infoboxnpimg' src="/themes/{$g['theme']}/images/icons/icon_exclam.gif" >
</td>
- <td id='infoboxnptd2'>
- <b>{$msg}</b></font>
+ <td class='infoboxnptd2'>
+ <b>{$msg}</b>
</td>
{$savebutton}
</tr>
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index de00906..b3c9891 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 71dee72..71fcf9b 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 06593d7..7153853 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 99d1a23..487f0af 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 dba6ed1..7300751 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 {
OpenPOWER on IntegriCloud