summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-03-26 09:20:37 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-03-26 09:43:38 -0300
commit4ad1e4ea74f621c01f9997f46ee7dff412dcc817 (patch)
treed054e2d35ca3c3b9a7b731d610ad98cf6db5d90d /usr/local/www/themes
parent1500614cdb25cfa4124edbe84a3e4711ab4ecbb4 (diff)
downloadpfsense-4ad1e4ea74f621c01f9997f46ee7dff412dcc817.zip
pfsense-4ad1e4ea74f621c01f9997f46ee7dff412dcc817.tar.gz
Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/_corporate/all.css6
-rwxr-xr-xusr/local/www/themes/code-red/all.css6
-rw-r--r--usr/local/www/themes/metallic/all.css6
-rw-r--r--usr/local/www/themes/nervecenter/all.css6
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css6
-rw-r--r--usr/local/www/themes/pfsense/all.css6
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css8
-rw-r--r--usr/local/www/themes/the_wall/all.css6
8 files changed, 49 insertions, 1 deletions
diff --git a/usr/local/www/themes/_corporate/all.css b/usr/local/www/themes/_corporate/all.css
index 7307ac4..8589e8a 100644
--- a/usr/local/www/themes/_corporate/all.css
+++ b/usr/local/www/themes/_corporate/all.css
@@ -11,6 +11,12 @@ html, body, td, th, input, select {
.nowrap { white-space: nowrap; }
+.addgatewaybox {
+ background-color: #990000;
+ border-style: none none none none;
+ width: 225px;
+}
+
div.GraphLink {
position: relative;
}
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css
index 9585a01..0ec42ed 100755
--- a/usr/local/www/themes/code-red/all.css
+++ b/usr/local/www/themes/code-red/all.css
@@ -7,6 +7,12 @@ html, body, td, th, input, select {
.nowrap { white-space: nowrap; }
+.addgatewaybox {
+ background-color: #990000;
+ border-style: none none none none;
+ width: 225px;
+}
+
.infobox {
width:100%;
}
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 59c0a29..a688bf8 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -10,6 +10,12 @@ html, body, td, th, input, select {
width:100%;
}
+.addgatewaybox {
+ background-color: #990000;
+ border-style: none none none none;
+ width: 225px;
+}
+
.infoboxsave {
padding-right: 10px;
}
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 4c32d40..c56b7f7 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -11,6 +11,12 @@ html, body, td, th, input, select {
width:100%;
}
+.addgatewaybox {
+ background-color: #990000;
+ border-style: none none none none;
+ width: 225px;
+}
+
.infoboxsave {
padding-right: 10px;
}
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 3eee0cf..1b65c6f 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -6,6 +6,12 @@ html, body, td, th, input, select {
.nowrap { white-space: nowrap; }
+.addgatewaybox {
+ background-color: #990000;
+ border-style: none none none none;
+ width: 225px;
+}
+
.infobox {
width:100%;
}
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index 2a891e9..3c76fcb 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -6,6 +6,12 @@ html, body, td, th, input, select {
.nowrap { white-space: nowrap; }
+.addgatewaybox {
+ background-color: #990000;
+ border-style: none none none none;
+ width: 225px;
+}
+
.infobox {
width:100%;
}
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css
index 97eba0e..5a156f9 100644
--- a/usr/local/www/themes/pfsense_ng/all.css
+++ b/usr/local/www/themes/pfsense_ng/all.css
@@ -7,6 +7,12 @@ html, body, td, th, input, select {
.nowrap { white-space: nowrap; }
+.addgatewaybox {
+ background-color: #990000;
+ border-style: none none none none;
+ width: 225px;
+}
+
.infobox {
width:100%;
}
@@ -1355,4 +1361,4 @@ table.sortable thead {
padding-left: 12px;
padding-top: 12px;
padding-bottom: 12px;
-} \ No newline at end of file
+}
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index 6c52614..123bca5 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -7,6 +7,12 @@ html, body, td, th, input, select {
.nowrap { white-space: nowrap; }
+.addgatewaybox {
+ background-color: #990000;
+ border-style: none none none none;
+ width: 225px;
+}
+
.infobox {
width:100%;
}
OpenPOWER on IntegriCloud