diff options
| author | makitso <makitso@gmail.com> | 2017-07-03 17:33:36 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-07-03 17:33:42 -0500 |
| commit | da4ab6cbfffb3e68899208b7fa561ef9d29bd399 (patch) | |
| tree | c6c1a0ef38a584929eb628bf63b91842fad92bcc | |
| parent | ba74d7cc5634af48f0ead68f67f6ba2f64b3ac98 (diff) | |
| download | webtrees-da4ab6cbfffb3e68899208b7fa561ef9d29bd399.tar.gz webtrees-da4ab6cbfffb3e68899208b7fa561ef9d29bd399.tar.bz2 webtrees-da4ab6cbfffb3e68899208b7fa561ef9d29bd399.zip | |
Minimal theme updates for timeline and missing grids
| -rw-r--r-- | themes/minimal/css-1.7.8/style.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/minimal/css-1.7.8/style.css b/themes/minimal/css-1.7.8/style.css index 82cfec252f..db47ae630f 100644 --- a/themes/minimal/css-1.7.8/style.css +++ b/themes/minimal/css-1.7.8/style.css @@ -1241,6 +1241,11 @@ float: right; float: right; } +.facts_label { + border: 1px solid #000; + padding: 4px; +} + .stat-row { display: table-row; border: 1px solid #000; @@ -2904,6 +2909,34 @@ div.faq_body { display: none; } +.person0, .person1, .person2, .person3, .person4, .person5 { + border:outset #555 1px; + vertical-align:top; +} +.person0{ + background-color:#eee; +} + +.person1{ + background-color:#bfbfbf; +} + +.person2{ + background-color:#999; +} + +.person3{ + background-color:#dfdfdf; +} + +.person4{ + background-color:#eee; +} + +.person5{ + background-color:#fefefe; +} + #pedigree-page #childarrow { position: relative; } |
