summaryrefslogtreecommitdiff
path: root/themes/minimal/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/minimal/style.css')
-rw-r--r--themes/minimal/style.css29
1 files changed, 27 insertions, 2 deletions
diff --git a/themes/minimal/style.css b/themes/minimal/style.css
index bf63155517..e932a1a3c1 100644
--- a/themes/minimal/style.css
+++ b/themes/minimal/style.css
@@ -763,7 +763,7 @@ html[dir='rtl'] .icon, html[dir='rtl'] .adminicon {
margin-right:5px;
margin-bottom:10px;
font-size: 13px;
- overflow:auto;
+ overflow:visible;
}
.blockcontent .list_table {
@@ -1355,6 +1355,31 @@ dd {
clear: both;
}
+.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;
@@ -1607,7 +1632,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; width:98%; overflow:auto;}
+#tabs {background-color: #fff; border-color: #DDD; width:98%; overflow:visible;}
#sidebarAccordion, #sidebarAccordion2 {width:auto;}
#sidebarAccordion h3, #sidebarAccordion2 h3 {height:30px; text-align: center; background: #DDD;
border: 1px solid #888;}