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 | |
| parent | 664e3aed6659df4c6aa3ca6e0b755f18b2feaa61 (diff) | |
| download | webtrees-02689f89f191595b61f76885bbd1087b27dbbb42.tar.gz webtrees-02689f89f191595b61f76885bbd1087b27dbbb42.tar.bz2 webtrees-02689f89f191595b61f76885bbd1087b27dbbb42.zip | |
Update print styles
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 21 | ||||
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 25 | ||||
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 22 | ||||
| -rw-r--r-- | themes/minimal/css-1.7.0/style.css | 17 | ||||
| -rw-r--r-- | themes/webtrees/css-1.7.0/style.css | 12 | ||||
| -rw-r--r-- | themes/xenea/css-1.7.0/style.css | 18 |
6 files changed, 62 insertions, 53 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index b262091483..4d0255b0c0 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -4499,11 +4499,6 @@ footer { content: url(images/powered-by-webtrees.png); } -.execution_stats { - padding: 12px; - text-align: center; -} - .logo { text-align: center; } @@ -5292,7 +5287,7 @@ footer .error { #sidebar, #separator, .noprint { - display: none !important; + display: none; } #content { @@ -5300,16 +5295,17 @@ footer .error { } #pedigree_chart { - left: -80px; - } - - #header_accordion1 { - width: 510px !important; + left: -40px; + top: -260px; } [dir=rtl] #pedigree_chart { left: auto; - right: -80px; + right: -20px; + } + + #header_accordion1 { + width: 510px; } #familybook_chart h3 { @@ -5317,7 +5313,6 @@ footer .error { vertical-align: middle; } - /* buttons and input are used out of forms in sortable tables*/ .lifespan_outer { border: 0; height: auto; diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css index 49dd1e68e3..2ced9d511b 100644 --- a/themes/colors/css-1.7.0/style.css +++ b/themes/colors/css-1.7.0/style.css @@ -5214,26 +5214,27 @@ footer { #sidebar, #separator, .noprint { - display: none !important; + display: none; } - - #familybook_chart h3 { - margin-bottom: 10px; - } - - #header_accordion1 { - width: 510px !important; - } - + #pedigree_chart { - left: -90px; + left: -40px; + top: -260px; } [dir=rtl] #pedigree_chart { left: auto; - right: -90px; + right: -20px; + } + + #header_accordion1 { + width: 510px; } + #familybook_chart h3 { + margin-bottom: 10px; + } + .lifespan_outer { position: relative; width: auto; 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 { diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css index ca07c183cc..de3788359a 100644 --- a/themes/minimal/css-1.7.0/style.css +++ b/themes/minimal/css-1.7.0/style.css @@ -4371,28 +4371,27 @@ footer { #sidebar, #separator, .noprint { - display: none !important; + display: none; } - #pedigree_chart { - left: -80px; - } - - #header_accordion1 { - width: 510px !important; + left: -40px; + top: -260px; } [dir=rtl] #pedigree_chart { left: auto; - right: -80px; + right: -20px; + } + + #header_accordion1 { + width: 510px; } #familybook_chart h3 { margin-bottom: 10px; } - /* buttons and input are used out of forms in sortable tables*/ .lifespan_outer { position: relative; width: auto; diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css index 3719c014a9..f4ceff7dd8 100644 --- a/themes/webtrees/css-1.7.0/style.css +++ b/themes/webtrees/css-1.7.0/style.css @@ -5115,23 +5115,23 @@ footer { #sidebar, #separator, .noprint { - display: none !important; + display: none; } #pedigree_chart { - left: -80px; + left: -40px; top: -260px; } - #header_accordion1 { - width: 510px !important; - } - [dir=rtl] #pedigree_chart { left: auto; right: -20px; } + #header_accordion1 { + width: 510px; + } + #familybook_chart h3 { margin-bottom: 10px; } diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css index 70b9816375..4a1a31304b 100644 --- a/themes/xenea/css-1.7.0/style.css +++ b/themes/xenea/css-1.7.0/style.css @@ -5114,23 +5114,23 @@ footer { #sidebar, #separator, .noprint { - display: none !important; + display: none; } #pedigree_chart { - right: auto; - left: -80px; - } - - #header_accordion1 { - width: 500px !important; + left: -30px; + top: -260px; } [dir=rtl] #pedigree_chart { left: auto; - right: -80px; + right: -20px; } - + + #header_accordion1 { + width: 500px; + } + #familybook_chart h3 { margin-bottom: 10px; } |
