summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-10 05:41:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-10 05:41:43 +0000
commitcf7f629b2cb050de9c4f7ffb2bf44eb3302b76a9 (patch)
tree67787a42263fe8307b74b0a0fd9f34260f42df41 /usr/local/www/themes
parent5b6eac014229d7794f76675379d4a78262ca3400 (diff)
downloadpfsense-cf7f629b2cb050de9c4f7ffb2bf44eb3302b76a9.zip
pfsense-cf7f629b2cb050de9c4f7ffb2bf44eb3302b76a9.tar.gz
Add css for save button
Diffstat (limited to 'usr/local/www/themes')
-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
5 files changed, 28 insertions, 2 deletions
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