summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/guiconfig.inc2
-rw-r--r--usr/local/www/themes/metallic/all.css8
-rw-r--r--usr/local/www/themes/nervecenter/all.css5
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css5
-rw-r--r--usr/local/www/themes/pfsense/all.css7
-rw-r--r--usr/local/www/themes/the_wall/all.css5
6 files changed, 29 insertions, 3 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 4c68aaf..a7d5e92 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -291,7 +291,7 @@ function print_info_box_np($msg, $name="apply",$value="Apply changes") {
global $g;
if(stristr($msg, "apply") == true || stristr($msg, "save") || stristr($msg, "create"))
- $savebutton="<td><input name=\"{$name}\" type=\"submit\" class=\"formbtn\" id=\"${name}\" value=\"{$value}\"></td>";
+ $savebutton="<td class='infoboxsave'><input name=\"{$name}\" type=\"submit\" class=\"formbtn\" id=\"${name}\" value=\"{$value}\"></td>";
$nifty_redbox = "#990000";
$nifty_blackbox = "#000000";
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 3503baf..15e3952 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -8,10 +8,16 @@ html, body, td, th, input, select {
width:100%;
}
+.infoboxsave {
+ padding-right: 10px;
+}
+
.infoboxnptd2 {
width:100%;
color:white;
- background-color:#990000;
+ background-color:#990000;
+ padding-right: 10px;
+ padding-right: 10px;
}
.infoboxnptd {
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 48db849..d264d86 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -9,10 +9,15 @@ html, body, td, th, input, select {
width:100%;
}
+.infoboxsave {
+ padding-right: 10px;
+}
+
.infoboxnptd2 {
width:100%;
color:white;
background-color:#990000;
+ padding-right: 10px;
}
.infoboxnptd {
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 1b1bc90..95b6ef2 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -8,10 +8,15 @@ html, body, td, th, input, select {
width:100%;
}
+.infoboxsave {
+ padding-right: 10px;
+}
+
.infoboxnptd2 {
width:100%;
color:white;
background-color:#990000;
+ padding-right: 10px;
}
.infoboxnptd {
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index e6f3441..fb75b2d 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -8,10 +8,15 @@ html, body, td, th, input, select {
width:100%;
}
+.infoboxsave {
+ padding-right: 10px;
+}
+
.infoboxnptd2 {
width:100%;
color:white;
- background-color:#990000;
+ background-color:#990000;
+ padding-right: 10px;
}
.infoboxnptd {
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index ac0263b..a71c949 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -9,10 +9,15 @@ html, body, td, th, input, select {
width:100%;
}
+.infoboxsave {
+ padding-right: 10px;
+}
+
.infoboxnptd2 {
width:100%;
color:white;
background-color:#990000;
+ padding-right: 10px;
}
.infoboxnptd {
OpenPOWER on IntegriCloud