diff options
| author | makitso <makitso@gmail.com> | 2015-01-23 11:17:25 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-23 11:17:25 -0700 |
| commit | 74c851750174bd2a65234442258402e9f88d9052 (patch) | |
| tree | df3cd739705b133bf3c509fd5b9bbdbaa732a0e5 /themes/clouds/css-1.7.0/style.css | |
| parent | 5fb350be09bef37474ec0366e5547fb6df933d31 (diff) | |
| download | webtrees-74c851750174bd2a65234442258402e9f88d9052.tar.gz webtrees-74c851750174bd2a65234442258402e9f88d9052.tar.bz2 webtrees-74c851750174bd2a65234442258402e9f88d9052.zip | |
Move style from lifespan.php to themes
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 9550dcbef5..7d9b29f84c 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -3394,6 +3394,23 @@ table.table-census-assistant th { } /*-- Lifespan ---- */ +#lifespan-page .person0 { + padding: 5px; +} + +#lifespan-page .person0 div{ + text-align: center; +} + +#lifespan_chart .div-controls { + opacity: 0.67; + position: relative; + top: 80px; + width: 180px; + z-index: 100; + margin-left: 20px; +} + .lifespan_people span:first-letter { font-variant: small-caps; font-size: 16px; |
