summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorMichele Di Maria <michele@nt2.it>2011-12-06 21:29:21 +0100
committerjim-p <jimp@pfsense.org>2012-03-01 09:24:22 -0500
commit5a6be47ae00c106ab6845c9e94f1028e4d8b3c71 (patch)
tree11b7833aea5ebbf144bf12b6b7e58af8906ce904 /usr/local
parentdfb4dcaa3204b5570dfbf2fbfe96cc529d80a447 (diff)
downloadpfsense-5a6be47ae00c106ab6845c9e94f1028e4d8b3c71.zip
pfsense-5a6be47ae00c106ab6845c9e94f1028e4d8b3c71.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')
-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