summaryrefslogtreecommitdiff
path: root/themes/xenea/style.css
diff options
context:
space:
mode:
authorŁukasz Wilenski <wooc@gazeta.pl>2011-10-22 23:25:31 +0000
committerŁukasz Wilenski <wooc@gazeta.pl>2011-10-22 23:25:31 +0000
commit1e17f8c823fe5ba2ea4d9c879efbd190daed825b (patch)
tree8bee5fa2837f7c0dde4b4b8d683998b218788d7b /themes/xenea/style.css
parentb605a02589d696b8d6420c29927661c6a98187eb (diff)
downloadwebtrees-1e17f8c823fe5ba2ea4d9c879efbd190daed825b.tar.gz
webtrees-1e17f8c823fe5ba2ea4d9c879efbd190daed825b.tar.bz2
webtrees-1e17f8c823fe5ba2ea4d9c879efbd190daed825b.zip
#604136 - Nav Options box location display bug-SVN 906651
Diffstat (limited to 'themes/xenea/style.css')
-rw-r--r--themes/xenea/style.css29
1 files changed, 27 insertions, 2 deletions
diff --git a/themes/xenea/style.css b/themes/xenea/style.css
index 959dff6977..5c9f387134 100644
--- a/themes/xenea/style.css
+++ b/themes/xenea/style.css
@@ -996,7 +996,7 @@ html[dir='rtl'] .themesubmenu {margin-right:0;}
margin-right:5px;
margin-bottom:10px;
font-size:13px;
- overflow:auto;
+ overflow:visible;
}
.blockcontent .list_table {
@@ -1626,6 +1626,31 @@ dd {
margin:0;
}
+.itr {
+ position: absolute;
+ display: inline-block;
+ top: 3em;
+ line-height: 1.05;
+}
+
+.block .itr, #relatives_content .itr {
+ position: relative;
+ top: 0;
+}
+
+.popup{
+ display: none;
+}
+.itr:hover .popup{
+ display: block;
+ position: absolute;
+ width: 16em;
+ padding: 0.5em;
+ left: 0.5em;
+ top: 0.5em;
+ z-index: 9999;
+}
+
/* styles for FindFacts pop-up */
#layDefinedTags,#tabDefinedTagsShow {
width:450px;
@@ -1875,7 +1900,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h
/* ========= Sidebar ============== */
#main {min-width:600px; width:100%}
#indi_left {float:left; width:98%;}
-#tabs {background-color:#FFF; border-color:#DDD; float:left; width:100%; overflow:auto;}
+#tabs {background-color:#FFF; border-color:#DDD; float:left; width:100%; overflow:visible;}
#sidebar {border-color:#DDD; display:none; margin:5px 2px 0 0; height:auto;}
#sidebarAccordion, #sidebarAccordion2 {width:auto;}
#sidebarAccordion h3, #sidebarAccordion2 h3 {height:30px; text-align:center; border-color:#999;}