summaryrefslogtreecommitdiff
path: root/themes/_common/css-2.0.0/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
-rwxr-xr-xthemes/_common/css-2.0.0/style.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css
index 88e5fa23f1..59fec90ec1 100755
--- a/themes/_common/css-2.0.0/style.css
+++ b/themes/_common/css-2.0.0/style.css
@@ -373,9 +373,69 @@
*
* wt-chart, wt-pedigree-chart
*/
+
+.pedigree_form {
+ width: 45px;
+}
+
+#pedigree_chart {
+ position: relative;
+ margin: 20px auto;
+}
+
+#pedigree_canvas {
+ z-index: -1000;
+}
+
.wt-pedigree-chart .person_box_template {
line-height: 1.0;
}
+
+#childbox-pedigree {
+ border: 1px solid;
+ background-color: #fff;
+}
+
+#pedigree-page #childbox-pedigree {
+ border: 1px solid;
+ background-color: #fff;
+}
+
+#childbox-pedigree {
+ padding: 5px;
+ position: absolute;
+ display: none;
+ text-align: start;
+ white-space: nowrap;
+ left: 0;
+ z-index: 9999;
+}
+wt-pedigree-chart .spacer {
+ background-image: url(images/spacer.png);
+ height: 20px;
+ width: 1px;
+}
+
+#childarrow,
+.ancestorarrow {
+ text-align: center;
+ display: inline-block;
+ vertical-align: middle;
+}
+
+.layout3 #childbox-pedigree {
+ top: auto;
+}
+
+#childbox-pedigree a.name1 {
+ display: block;
+ margin-left: 5px;
+}
+
+[dir=rtl] #childbox-pedigree a.name1 {
+ left: auto;
+ margin-right: 5px;
+}
/*
* Pedigree map
*