From ad08fe7596d3aafa64440b1929343c4c77b48a08 Mon Sep 17 00:00:00 2001 From: Klein Maetschke Date: Fri, 1 Feb 2013 19:28:00 -0500 Subject: [PATCH 1/2] Enlarges submenu item hit area. Fixes #190 --- themes/jquery/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index 9dc41044..8ca73b10 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -1363,6 +1363,7 @@ iframe { font-weight: normal; font-style: normal; text-decoration: none; + display: block; } #global-nav nav ul li ul { From 01911e6efc310c39ad4e69214001552e9ed82f1f Mon Sep 17 00:00:00 2001 From: Klein Maetschke Date: Fri, 1 Feb 2013 19:43:20 -0500 Subject: [PATCH 2/2] Fixes missing padding on menu anchor elements. --- themes/jquery/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index 8ca73b10..c340dc38 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -1337,7 +1337,6 @@ iframe { float: left; position: relative; top: 1px; - padding: 8px 12px; cursor: pointer; -webkit-transition: all 0.2s; transition: all 0.2s; @@ -1364,6 +1363,7 @@ iframe { font-style: normal; text-decoration: none; display: block; + padding: 8px 12px; } #global-nav nav ul li ul {