diff options
| author | makitso <makitso@gmail.com> | 2015-01-22 07:02:09 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-22 07:02:09 -0700 |
| commit | 02689f89f191595b61f76885bbd1087b27dbbb42 (patch) | |
| tree | bb9489edc36fb5c9c71085e869848670811849f5 /themes/fab/css-1.7.0/style.css | |
| parent | 664e3aed6659df4c6aa3ca6e0b755f18b2feaa61 (diff) | |
| download | webtrees-02689f89f191595b61f76885bbd1087b27dbbb42.tar.gz webtrees-02689f89f191595b61f76885bbd1087b27dbbb42.tar.bz2 webtrees-02689f89f191595b61f76885bbd1087b27dbbb42.zip | |
Update print styles
Diffstat (limited to 'themes/fab/css-1.7.0/style.css')
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index ae04eeb806..6aa9e1b6f4 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -4419,16 +4419,30 @@ footer { #sidebar, #separator, .noprint { - display: none !important; + display: none; } - + + .descriptionbox, .optionbox { + border: solid #888 1px; + } + .person_box, .person_boxF, .person_boxNN { border: solid #888 1px; background: #fff; } - + + #pedigree_chart { + left: -35px; + top: -260px; + } + + [dir=rtl] #pedigree_chart { + left: auto; + right: -20px; + } + #header_accordion1 { - width: 510px !important; + width: 510px; } #familybook_chart h3 { |
