diff options
Diffstat (limited to 'themes/xenea/style.css')
| -rw-r--r-- | themes/xenea/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/xenea/style.css b/themes/xenea/style.css index 576872fa8c..5c2d096def 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -1632,7 +1632,7 @@ dd { line-height: 1.5; } -.block .itr, #family_page .itr, #ancestry_chart .itr, #descendancy_chart .itr, #familybook_chart .itr, #hourglass_chart .itr, #relatives_content .itr { +.block .itr, #family_page .itr, #ancestry_chart .itr, #descendancy_chart .itr, #familybook_chart .itr, #familybook_chart_rtl .itr, #hourglass_chart .itr, #hourglass_chart_rtl .itr, #relatives_content .itr { position: relative; top: 0; } @@ -1643,7 +1643,9 @@ dd { #ancestry_chart .person_box, #ancestry_chart .person_boxF, #ancestry_chart .person_boxNN, #descendancy_chart .person_box, #descendancy_chart .person_boxF, #descendancy_chart .person_boxNN, #familybook_chart .person_box, #familybook_chart .person_boxF, #familybook_chart .person_boxNN, +#familybook_chart_rtl .person_box, #familybook_chart_rtl .person_boxF, #familybook_chart_rtl .person_boxNN, #hourglass_chart .person_box, #hourglass_chart .person_boxF, #hourglass_chart .person_boxNN, +#hourglass_chart_rtl .person_box, #hourglass_chart_rtl .person_boxF, #hourglass_chart_rtl .person_boxNN, #relatives_content .person_box, #relatives_content .person_boxF, #relatives_content .person_boxNN {overflow: visible !important;} .popup { @@ -1672,10 +1674,9 @@ dd { z-index: 9999; } - +html[dir='rtl'] .popup dt {float:none;} html[dir='rtl'] .popup dd {margin-right:10px;} html[dir='rtl'] .itr:hover .popup {left:0; right:auto;} -html[dir='rtl'] .popup dt {float:none;} /* styles for FindFacts pop-up */ #layDefinedTags,#tabDefinedTagsShow { |
