diff options
Diffstat (limited to 'themes/fab/style.css')
| -rw-r--r-- | themes/fab/style.css | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css index 13e00c1616..00d3d2651f 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -231,17 +231,20 @@ html[dir='rtl'] .makeMenu li ul li { /* person boxes are used in various charts */ .person_box { background-color:#DDF; - overflow:auto; + overflow:visible; + height:56px; } .person_boxF { background-color:#FDD; - overflow:auto; + overflow:visible; + height:56px; } .person_boxNN { background-color:#DFD; - overflow:auto; + overflow:visible; + height:56px; } /* index.php */ @@ -965,6 +968,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; @@ -1201,9 +1229,8 @@ 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:98%; overflow:visible;} #sidebar {border-color:#DDD; display:none; margin:5px 2px 0 0; height:auto;} -#tabs {background-color:#fff; border-color:#ddd; width:98%; overflow:auto;} #sidebarAccordion, #sidebarAccordion2 {width:auto;} #sidebarAccordion h3, #sidebarAccordion2 h3 {height:30px; text-align:center; border-color:darkGray;} .use-sidebar #indi_left {width:77%;} |
