diff options
Diffstat (limited to 'themes/clouds/style.css')
| -rw-r--r-- | themes/clouds/style.css | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 94dfe6e2de..ec5615037f 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -433,7 +433,7 @@ margin-left:auto; margin-right:2px; /* changed from auto for right side match to header */ margin-bottom:10px; font-size: 13px; -overflow:auto; +overflow:visible; padding: 5px; } @@ -1591,6 +1591,31 @@ display: inline; 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; @@ -1840,7 +1865,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h #main {min-width:600px; width:100%} #separator {background:#ACF url('images/general_sprite.png') no-repeat -26px 100px; float:right; display:block; width:0.75%; min-width: 6px; max-width:10px; border:1px solid #8FBCFF; border-top-left-radius:3px; border-top-right-radius:3px; margin-top:5px;} #sidebar {border-color:#8FBCFF; display:none; margin:5px 2px 0 0; height:auto;} -#tabs {background-color:#FFF; border-color:#8FBCFF; float:left; width:100%; overflow:auto;} +#tabs {background-color:#FFF; border-color:#8FBCFF; float:left; width:100%; overflow:visible;} .sidebar-at-right #sidebar {width:20%;} .use-sidebar #indi_left {width:77%;} |
