summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2015-10-23 14:20:39 -0500
committermakitso <makitso@gmail.com>2015-10-23 14:20:39 -0500
commit8d5acc0aae3629abf9c73345dafe52783f96a802 (patch)
tree92f668640551b41603f833bd8fc764eb4e21806c
parenta7e4e269b2c2fade5a6780850289bed4753f5ffb (diff)
downloadwebtrees-8d5acc0aae3629abf9c73345dafe52783f96a802.tar.gz
webtrees-8d5acc0aae3629abf9c73345dafe52783f96a802.tar.bz2
webtrees-8d5acc0aae3629abf9c73345dafe52783f96a802.zip
Add spacing to secondary menu dropdown for touch devices
-rw-r--r--themes/clouds/css-1.7.0/style.css2
-rw-r--r--themes/colors/css-1.7.0/style.css2
-rw-r--r--themes/webtrees/css-1.7.0/style.css5
-rw-r--r--themes/xenea/css-1.7.0/style.css2
4 files changed, 8 insertions, 3 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css
index 79ec73b43b..0896d4087d 100644
--- a/themes/clouds/css-1.7.0/style.css
+++ b/themes/clouds/css-1.7.0/style.css
@@ -4275,7 +4275,7 @@ header {
.secondary-menu ul li a {
background-color: #fff;
display: block;
- padding: 2px 5px 2px 2px;
+ padding: 5px;
}
.secondary-menu li:hover ul {
diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css
index 80db7b605b..6d581a2df4 100644
--- a/themes/colors/css-1.7.0/style.css
+++ b/themes/colors/css-1.7.0/style.css
@@ -4271,7 +4271,7 @@ header {
background-color: #fff;
color: #333;
display: block;
- padding: 2px 5px 2px 2px;
+ padding: 5px;
}
.secondary-menu li:hover ul {
diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css
index e744a351bc..f2da8a66f0 100644
--- a/themes/webtrees/css-1.7.0/style.css
+++ b/themes/webtrees/css-1.7.0/style.css
@@ -4111,7 +4111,10 @@ header h1 {
left: auto;
right: 0;
}
-
+.secondary-menu ul li a {
+ display: block;
+ padding: 3px;
+}
.secondary-menu a {
background: none;
display: inline;
diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css
index ea0d812589..732a239b07 100644
--- a/themes/xenea/css-1.7.0/style.css
+++ b/themes/xenea/css-1.7.0/style.css
@@ -4217,6 +4217,8 @@ header h1 {
.secondary-menu li li a {
color: #000;
font-weight: normal;
+ display: block;
+ padding: 3px;
}
.secondary-menu li li a:hover {