diff options
Diffstat (limited to 'themes/fab/style.css')
| -rw-r--r-- | themes/fab/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css index 90f75a239e..3290368e2c 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -981,7 +981,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; } @@ -992,7 +992,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; } @@ -1025,7 +1027,7 @@ 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;} |
