summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2017-06-27 10:48:15 -0500
committermakitso <makitso@gmail.com>2017-06-27 10:48:15 -0500
commit57b2020d6fdf653319f432c2bb195f4868dd6c91 (patch)
tree8415ddb91a9ebbc5000dbc507105490483268d16 /themes
parent23f8b752f791cc36ddefd3c71d5ca92a3a4524ca (diff)
downloadwebtrees-57b2020d6fdf653319f432c2bb195f4868dd6c91.tar.gz
webtrees-57b2020d6fdf653319f432c2bb195f4868dd6c91.tar.bz2
webtrees-57b2020d6fdf653319f432c2bb195f4868dd6c91.zip
Correct z-index on popup and itr
Diffstat (limited to 'themes')
-rw-r--r--themes/clouds/css-1.7.8/style.css2
-rw-r--r--themes/colors/css-1.7.8/style.css2
-rw-r--r--themes/fab/css-1.7.8/style.css2
-rw-r--r--themes/minimal/css-1.7.8/style.css2
-rw-r--r--themes/webtrees/css-1.7.8/style.css2
-rw-r--r--themes/xenea/css-1.7.8/style.css2
6 files changed, 6 insertions, 6 deletions
diff --git a/themes/clouds/css-1.7.8/style.css b/themes/clouds/css-1.7.8/style.css
index c66a163056..510a04e57f 100644
--- a/themes/clouds/css-1.7.8/style.css
+++ b/themes/clouds/css-1.7.8/style.css
@@ -2137,7 +2137,7 @@ a:hover .nameZoom {
/* styles for popup menus */
.itr {
- position: relative;
+ position: absolute;
line-height: 1.5;
}
diff --git a/themes/colors/css-1.7.8/style.css b/themes/colors/css-1.7.8/style.css
index db9bc268a8..20fa5fbff7 100644
--- a/themes/colors/css-1.7.8/style.css
+++ b/themes/colors/css-1.7.8/style.css
@@ -2012,7 +2012,7 @@ a:hover .nameZoom {
/* styles for popup menus */
.itr {
- position: relative;
+ position: absolute;
line-height: 1.5;
}
diff --git a/themes/fab/css-1.7.8/style.css b/themes/fab/css-1.7.8/style.css
index 27319bbba5..13d82083ff 100644
--- a/themes/fab/css-1.7.8/style.css
+++ b/themes/fab/css-1.7.8/style.css
@@ -1562,7 +1562,7 @@ a:hover .nameZoom {
/* styles for popup menus */
.itr {
- position: relative;
+ position: absolute;
line-height: 1.5;
}
diff --git a/themes/minimal/css-1.7.8/style.css b/themes/minimal/css-1.7.8/style.css
index 0ab7896a6e..bfc8f41f23 100644
--- a/themes/minimal/css-1.7.8/style.css
+++ b/themes/minimal/css-1.7.8/style.css
@@ -874,7 +874,7 @@
/* styles for popup menus */
.itr {
- position: relative;
+ position: absolute;
line-height: 1.5;
}
diff --git a/themes/webtrees/css-1.7.8/style.css b/themes/webtrees/css-1.7.8/style.css
index df9883452f..c98ae3850b 100644
--- a/themes/webtrees/css-1.7.8/style.css
+++ b/themes/webtrees/css-1.7.8/style.css
@@ -2047,7 +2047,7 @@ td.descriptionbox a {
/* styles for popup menus */
.itr {
- position: relative;
+ position: absolute;
line-height: 1.5;
}
diff --git a/themes/xenea/css-1.7.8/style.css b/themes/xenea/css-1.7.8/style.css
index 20bcb03396..fad85611ff 100644
--- a/themes/xenea/css-1.7.8/style.css
+++ b/themes/xenea/css-1.7.8/style.css
@@ -2038,7 +2038,7 @@ a:hover .nameZoom {
/* styles for popup menus */
.itr {
- position: relative;
+ position: absolute;
line-height: 1.5;
}