diff options
Diffstat (limited to 'themes/xenea/style.css')
| -rw-r--r-- | themes/xenea/style.css | 29 |
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;} |
