diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-02-05 14:07:42 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-02-11 09:10:04 +0000 |
| commit | b315f3e1bccd89f38d8ab5d44d3cc6327d590a57 (patch) | |
| tree | 713e7a727563acff6708648cfd23edbcd7a5b2a6 /resources/css | |
| parent | 6191ab59bd50c724ad4634cd32a946fe3b996251 (diff) | |
| download | webtrees-b315f3e1bccd89f38d8ab5d44d3cc6327d590a57.tar.gz webtrees-b315f3e1bccd89f38d8ab5d44d3cc6327d590a57.tar.bz2 webtrees-b315f3e1bccd89f38d8ab5d44d3cc6327d590a57.zip | |
Fix: #1584 - Replace FunctionsPrint* with templates
Diffstat (limited to 'resources/css')
| -rwxr-xr-x | resources/css/clouds.css | 13 | ||||
| -rwxr-xr-x | resources/css/fab.css | 13 | ||||
| -rwxr-xr-x | resources/css/minimal.css | 7 | ||||
| -rwxr-xr-x | resources/css/webtrees.css | 14 | ||||
| -rwxr-xr-x | resources/css/xenea.css | 13 |
5 files changed, 0 insertions, 60 deletions
diff --git a/resources/css/clouds.css b/resources/css/clouds.css index f5800e2fb4..d03eaffa26 100755 --- a/resources/css/clouds.css +++ b/resources/css/clouds.css @@ -913,12 +913,6 @@ div.fact_SHARED_NOTE { width: 70%; } -/* this keeps the tag color the same when it is a link as when not */ - -.place { - padding-top: 5px; -} - .filtersH, .filtersF { margin: 4px; @@ -977,13 +971,6 @@ div.faq_body { float: right; } -/* === Positioning edit, copy, delete links === */ -/* General use */ -.editfacts { - clear: left; - padding-top: 15px; -} - #indi_note { margin: 0 0 5px; } diff --git a/resources/css/fab.css b/resources/css/fab.css index 27ddc7e053..7dab9493ef 100755 --- a/resources/css/fab.css +++ b/resources/css/fab.css @@ -667,12 +667,6 @@ div.fact_SHARED_NOTE { width: 70%; } -/* this keeps the tag color the same when it is a link as when not */ - -.place { - padding-top: 5px; -} - .filtersH, .filtersF { margin: 4px; @@ -731,13 +725,6 @@ div.faq_body { float: right; } -/* === Positioning edit, copy, delete links === */ -/* General use */ -.editfacts { - clear: left; - padding-top: 15px; -} - #indi_note { margin: 0 0 5px; } diff --git a/resources/css/minimal.css b/resources/css/minimal.css index 040c1f9709..fd820758d1 100755 --- a/resources/css/minimal.css +++ b/resources/css/minimal.css @@ -450,13 +450,6 @@ div.faq_body { float: right; } -/* === Positioning edit, copy, delete links === */ -/* General use */ -.editfacts { - clear: left; - padding-top: 15px; -} - #indi_note { margin: 0 0 5px; } diff --git a/resources/css/webtrees.css b/resources/css/webtrees.css index 1dae5a0c9e..798c7dc5ec 100755 --- a/resources/css/webtrees.css +++ b/resources/css/webtrees.css @@ -868,12 +868,6 @@ td.descriptionbox a { color: #fff; } -/* this keeps the tag color the same when it is a link as when not */ - -.place { - padding-top: 5px; -} - .filtersH, .filtersF { margin: 4px; @@ -920,13 +914,6 @@ div.faq_body { float: right; } -/* === Positioning edit, copy, delete links === */ -/* General use */ -.editfacts { - clear: left; - padding-top: 15px; -} - #indi_note { margin: 0 0 5px; } @@ -1079,7 +1066,6 @@ div.faq_body { } .wt-lifespans-individual { - } .wt-lifespans-summary { diff --git a/resources/css/xenea.css b/resources/css/xenea.css index d2577a96ab..8ea42cafd0 100755 --- a/resources/css/xenea.css +++ b/resources/css/xenea.css @@ -856,12 +856,6 @@ div.fact_SHARED_NOTE { width: 70%; } -/* this keeps the tag color the same when it is a link as when not */ - -.place { - padding-top: 5px; -} - .filtersH, .filtersF { margin: 4px; @@ -908,13 +902,6 @@ div.faq_body { float: right; } -/* === Positioning edit, copy, delete links === */ -/* General use */ -.editfacts { - clear: left; - padding-top: 15px; -} - #indi_note { margin: 0 0 5px; } |
