diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2013-06-20 22:44:33 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2013-06-20 22:44:33 +0000 |
| commit | e03122ef64bdb2847f61c5cd6d2ab0fccc1b860e (patch) | |
| tree | 44c5c300d838d5f08d012ddff29bf4ecb6937b06 /themes | |
| parent | 10f89b11183c974713dc48a21d00be932c05ed0d (diff) | |
| download | webtrees-e03122ef64bdb2847f61c5cd6d2ab0fccc1b860e.tar.gz webtrees-e03122ef64bdb2847f61c5cd6d2ab0fccc1b860e.tar.bz2 webtrees-e03122ef64bdb2847f61c5cd6d2ab0fccc1b860e.zip | |
Bug #1192732 - Inconsistent markup in charts headers - hourglass chart
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/clouds/style.css | 2 | ||||
| -rw-r--r-- | themes/colors/css/colors.css | 2 | ||||
| -rw-r--r-- | themes/fab/style.css | 2 | ||||
| -rw-r--r-- | themes/minimal/style.css | 2 | ||||
| -rw-r--r-- | themes/webtrees/style.css | 2 | ||||
| -rw-r--r-- | themes/xenea/style.css | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index c4ad2611dc..5a0790879a 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -752,7 +752,7 @@ top:50px; left:0; } -#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart { +#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart, #hourglass_chart { margin:20px; } diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css index 06b47869fb..ef1b7430a0 100644 --- a/themes/colors/css/colors.css +++ b/themes/colors/css/colors.css @@ -343,7 +343,7 @@ html[dir=rtl] #relationship_chart {margin-right:10px;} #timeline_chart {position:relative;top:0;left:0;} -#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart {margin:20px;} +#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart, #hourglass_chart {margin:20px;} .button {width:60px;} .center {text-align:center;} diff --git a/themes/fab/style.css b/themes/fab/style.css index 5496db0019..78ae827cd4 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -693,7 +693,7 @@ padding:0 2px 0 0; left:auto; } -#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart { +#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart, #hourglass_chart { margin:20px; } diff --git a/themes/minimal/style.css b/themes/minimal/style.css index 8d28621f4a..fdc1a9ce7e 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -740,7 +740,7 @@ padding:0 2px 0 0; left:auto; } -#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart { +#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart, #hourglass_chart { margin:20px; } diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 407ada064a..ba317bd7b5 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -212,7 +212,7 @@ html[dir=rtl] #ancestry_chart li {margin:0;padding:0 2px 0 0;left:auto;} .person4 {background-color:#ff5555;border:outset #ff5555 1px;vertical-align:top;} .person5 {background-color:#55ff55;border:outset #55ff55 1px;vertical-align:top;} -#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart {margin:20px;} +#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart, #hourglass_chart {margin:20px;} .compact_view {cursor:url(images/zoomin.png), n-resize;} .compact_view p {font-size:90%;margin:0;} diff --git a/themes/xenea/style.css b/themes/xenea/style.css index 422c9e5c8f..3c8bc56908 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -1018,7 +1018,7 @@ padding:0 2px 0 0; left:auto; } -#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart { +#compact_chart, #fan_chart, #ancestry_chart, #familybook_chart, #hourglass_chart { margin:20px; } |
