summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorJared Dillard <jdillard@pfsense.com>2014-09-03 18:11:39 -0500
committerJared Dillard <jdillard@pfsense.com>2014-09-03 18:11:39 -0500
commit2300ee35e94bc49dff99f64133fe98cae9a4aaab (patch)
treea55e9fdca7a008d53332094ba30e3e199cdc991e /usr/local/www/themes
parent6817c18afa737e83756516a7b7c14ff5e5d85814 (diff)
downloadpfsense-2300ee35e94bc49dff99f64133fe98cae9a4aaab.zip
pfsense-2300ee35e94bc49dff99f64133fe98cae9a4aaab.tar.gz
fix menu wrap on non-default themes
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/code-red/all.css7
-rw-r--r--usr/local/www/themes/metallic/all.css8
-rw-r--r--usr/local/www/themes/nervecenter/all.css7
-rw-r--r--usr/local/www/themes/the_wall/all.css7
4 files changed, 8 insertions, 21 deletions
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css
index a68d44d..81efac7 100644
--- a/usr/local/www/themes/code-red/all.css
+++ b/usr/local/www/themes/code-red/all.css
@@ -1,6 +1,6 @@
/* Element CSS Definitions */
html, body, td, th, input, select {
- font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+ font-family: Tahoma, sans-serif;
font-size: 0.9em;
}
@@ -351,12 +351,9 @@ table#marquee div#container div#scroller {
/* Style the List */
#navigation {
- /* background: url('images/menu.gif') no-repeat; */
- /* width: 693px; */
position: relative;
top: -35px;
left: 3px;
- width: 810px;
padding: 0px;
height: 28px;
z-index: 3;
@@ -376,7 +373,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 6.2em;
+ width: 80px;
}
#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 47b6b98..e1a49d6 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -1,6 +1,6 @@
/* Element CSS Definitions */
html, body, td, th, input, select {
- font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+ font-family: Tahoma, sans-serif;
font-size: 0.9em;
}
@@ -334,12 +334,9 @@ table#marquee div#container div#scroller {
/* Style the List */
#navigation {
- /* background: url('images/menu.gif') no-repeat; */
- /* width: 693px; */
position: relative;
top: -24px;
left: -4px;
- width: 800px;
padding: 0px;
height: 28px;
z-index: 3;
@@ -359,8 +356,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- /* width: 7.5em; */
- width: 6.2em;
+ width: 80px;
}
#navigation ul li div {
font-size: 1em;
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 541861a..d66e36c 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -1,6 +1,6 @@
/* Element CSS Definitions */
html, body, td, th, input, select {
- font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+ font-family: Tahoma, sans-serif;
font-size: 0.9em;
}
@@ -357,12 +357,9 @@ table#marquee div#container div#scroller {
/* Style the List */
#navigation {
- /* background: url('images/menu.gif') no-repeat; */
- /* width: 693px; */
position: relative;
top: -25px;
left: 3px;
- width: 810px;
padding: 0px;
height: 28px;
z-index: 3;
@@ -382,7 +379,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 6.2em;
+ width: 80px;
}
#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 60404d7..cb90972 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -1,6 +1,6 @@
/* Element CSS Definitions */
html, body, td, th, input, select {
- font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+ font-family: Tahoma, sans-serif;
font-size: 0.9em;
}
@@ -359,12 +359,9 @@ table#marquee div#container div#scroller {
/* Style the List */
#navigation {
- /* background: url('images/menu.gif') no-repeat; */
- /* width: 693px; */
position: relative;
top: -25px;
left: 3px;
- width: 810px;
padding: 0px;
height: 28px;
z-index: 3;
@@ -384,7 +381,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 6.2em;
+ width: 80px;
}
#navigation ul li div {
font-size: 1em;
OpenPOWER on IntegriCloud