summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorMichele Di Maria <michele@nt2.it>2011-12-06 21:29:21 +0100
committerMichele Di Maria <michele@nt2.it>2011-12-06 21:29:21 +0100
commit0a0292326f564ac143a1fab06cc9eeedf16004e0 (patch)
tree877df17d073e5b62559d65f6797bb4c2c4a5d167 /usr/local/www/themes
parent895972448e13d52c3bac3aa088d3184c678c4604 (diff)
downloadpfsense-0a0292326f564ac143a1fab06cc9eeedf16004e0.zip
pfsense-0a0292326f564ac143a1fab06cc9eeedf16004e0.tar.gz
Fix for this: http://redmine.pfsense.org/issues/2037
Just changed some padding/margin in the CSS in order to avoid wrapping the menu. Tested with Firefox 8, Chrome 15.0.874.121 and IE 9.
Diffstat (limited to 'usr/local/www/themes')
-rwxr-xr-xusr/local/www/themes/code-red/all.css4
-rw-r--r--usr/local/www/themes/metallic/all.css4
-rw-r--r--usr/local/www/themes/nervecenter/all.css4
-rw-r--r--usr/local/www/themes/the_wall/all.css4
4 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css
index 3d05aab..5121323 100755
--- a/usr/local/www/themes/code-red/all.css
+++ b/usr/local/www/themes/code-red/all.css
@@ -434,8 +434,8 @@ table#marquee div#container div#scroller {
#navigation li li a {
display: block;
- padding-left: 10px;
- padding-right: 10px;
+ padding-left: 5px;
+ margin-right: 10px;
}
#navigation ul li ul li a.navlnk:hover {
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 90aa22c..766a869 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -413,8 +413,8 @@ table#marquee div#container div#scroller {
#navigation li li a {
display: block;
- padding-left: 10px;
- padding-right: 10px;
+ padding-left: 5px;
+ margin-right: 10px;
}
#navigation ul li ul li a.navlnk:hover {
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 722ef83..91253b6 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -436,8 +436,8 @@ table#marquee div#container div#scroller {
#navigation li li a {
display: block;
- padding-left: 10px;
- padding-right: 10px;
+ padding-left: 5px;
+ margin-right: 10px;
}
#navigation ul li ul li a.navlnk:hover {
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index bd35b62..0d13dc9 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -445,8 +445,8 @@ table#marquee div#container div#scroller {
/* textcolor in dropdownmenu */
#navigation li li a {
display: block;
- padding-left: 10px;
- padding-right: 10px;
+ padding-left: 5px;
+ margin-right: 10px;
color: #000000;
}
/* textcolor mouseover in dropdownmenu */
OpenPOWER on IntegriCloud