summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Dillard <jdillard@pfsense.com>2014-08-20 18:39:24 -0500
committerJared Dillard <jdillard@pfsense.com>2014-08-20 18:39:24 -0500
commit41312f7fec84554a286cbd081359516cb1eeca36 (patch)
treec7db91b8edb86ecbb99e732b3c5a82fb00cb4402
parentbdde98fcbd7f14cddd0abb600407edd03dce2356 (diff)
downloadpfsense-41312f7fec84554a286cbd081359516cb1eeca36.zip
pfsense-41312f7fec84554a286cbd081359516cb1eeca36.tar.gz
fix top nav to fit gold in non-default themes
-rwxr-xr-xusr/local/www/themes/code-red/all.css2
-rw-r--r--usr/local/www/themes/metallic/all.css5
-rw-r--r--usr/local/www/themes/nervecenter/all.css2
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css2
-rw-r--r--usr/local/www/themes/the_wall/all.css2
5 files changed, 6 insertions, 7 deletions
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css
index 534516b..159fbae 100755
--- a/usr/local/www/themes/code-red/all.css
+++ b/usr/local/www/themes/code-red/all.css
@@ -376,7 +376,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.5em;
+ padding: 0 25px 0 15px;
}
#navigation ul li div {
font-size: 1em;
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 30afe16..c3226ac 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -359,8 +359,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- /* width: 7.5em; */
- width: 7.47em;
+ padding: 0 25px 0 15px;
}
#navigation ul li div {
font-size: 1em;
@@ -1100,7 +1099,7 @@ div#log span.log-protocol {
#login #username, #password, #password2 {
font-size: small;
width: 60%;
- padding-left:19px
+ padding-left: 19px;
padding: 3px;
margin: 0em;
}
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 552a7db..2876af9 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -382,7 +382,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.5em;
+ padding: 0 25px 0 15px;
}
#navigation ul li div {
font-size: 1em;
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index e603cb7..afe8755 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -333,7 +333,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.5em;
+ padding: 0 25px 0 15px;
}
#navigation ul li div {
font-size: 1em;
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index 5b58f08..4743234 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -384,7 +384,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 7.5em;
+ padding: 0 25px 0 15px;
}
#navigation ul li div {
font-size: 1em;
OpenPOWER on IntegriCloud