diff options
| author | makitso <makitso@gmail.com> | 2017-09-10 02:34:01 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-09-10 02:34:01 -0700 |
| commit | b392c30d7df6856f522142ea635fc2ae1aa4d312 (patch) | |
| tree | 26dc6bf839f851aaa4aa297d2fdedf1345a11b50 /themes/fab/css-2.0.0/style.css | |
| parent | 3b377226b0cb2881f6e162d119b1490207c7074f (diff) | |
| download | webtrees-b392c30d7df6856f522142ea635fc2ae1aa4d312.tar.gz webtrees-b392c30d7df6856f522142ea635fc2ae1aa4d312.tar.bz2 webtrees-b392c30d7df6856f522142ea635fc2ae1aa4d312.zip | |
Pedigree chart - styling for root arrow childbox
Diffstat (limited to 'themes/fab/css-2.0.0/style.css')
| -rwxr-xr-x | themes/fab/css-2.0.0/style.css | 55 |
1 files changed, 1 insertions, 54 deletions
diff --git a/themes/fab/css-2.0.0/style.css b/themes/fab/css-2.0.0/style.css index 1287f07f10..b398a37488 100755 --- a/themes/fab/css-2.0.0/style.css +++ b/themes/fab/css-2.0.0/style.css @@ -2948,68 +2948,15 @@ div.faq_body { } /*-- Pedigree ---- */ -#pedigree_chart { - position: relative; - margin: 20px auto; -} - #pedigree_canvas { color: #aaa; - z-index: -1000; -} - -#pedigree-page .layout0 .shadow > div, -#pedigree-page .layout1 .shadow > div { - display: inline-block; - vertical-align: middle; -} - -#pedigree-page .spacer { - background-image: url(images/spacer.png); - height: 20px; - width: 1px; -} - -#childarrow, -.ancestorarrow { - text-align: center; - display: inline-block; - vertical-align: middle; -} - -#pedigree_chart .person_box_template { - display: inline-block; -} - -#pedigree_chart .shadow { - white-space: nowrap; -} - -#pedigree-page #childarrow { - position: relative; } #pedigree-page #childbox { - border: 1px solid; + border: 1px solid; background-color: #fff; } -.pedigree_form { - width: 45px; -} - -#pedigree-page table.list_table { - margin: 0 auto; - width: 500px; -} - -.pedigree_chart_table { - border: 0; - border-collapse: collapse; - padding: 0; - width: 100%; -} - /*-- timeline --*/ #timeline_chart { position: relative; |
