diff options
| author | makitso <makitso@gmail.com> | 2017-06-26 10:22:53 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-06-26 10:22:53 -0500 |
| commit | 1211ceb057565f4059d90b628dfc75d6c7974b30 (patch) | |
| tree | b12ecb89bdc5b969ffe5321e7ded329326ec1279 /themes/xenea/css-1.7.8 | |
| parent | bd5901c60541046f730f779128c2b20e0721fe4d (diff) | |
| download | webtrees-1211ceb057565f4059d90b628dfc75d6c7974b30.tar.gz webtrees-1211ceb057565f4059d90b628dfc75d6c7974b30.tar.bz2 webtrees-1211ceb057565f4059d90b628dfc75d6c7974b30.zip | |
Cosmetic changes for search
Diffstat (limited to 'themes/xenea/css-1.7.8')
| -rw-r--r-- | themes/xenea/css-1.7.8/style.css | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/themes/xenea/css-1.7.8/style.css b/themes/xenea/css-1.7.8/style.css index 35a8f2cc0b..20bcb03396 100644 --- a/themes/xenea/css-1.7.8/style.css +++ b/themes/xenea/css-1.7.8/style.css @@ -1083,16 +1083,17 @@ table.center { .list_label, .list_label_wrap { - color: #fff; + color: #006; font-size: 12px; - background-color: #81a9cb; + background-color: #c3dfff; + border: solid #81a9cb 1px; font-weight: bold; text-align: center; } .list_value, .list_value_wrap { - background-color: #edf7f9; + background-color: #edf7fd; font-size: 12px; border: solid #81a9cb 1px; vertical-align: top; @@ -1134,8 +1135,9 @@ div.fact_SHARED_NOTE { } .facts_label03 { - color: #fff; - background-color: #81a9cb; + color: #006; + background-color: #c3dfff; + border: solid #81a9cb 1px; font-size: 12px; padding: 4px; text-align: center; @@ -2998,7 +3000,7 @@ div.faq_body { } #search-page-table { - background-color: #81a9cb; + background-color: #c3dfff; border: 1px outset #ccc; border-top: 0; margin: 20px auto 0; @@ -3007,14 +3009,14 @@ div.faq_body { #search-page-table .label { border-top: 1px solid #ccc; - color: #fff; + color: #006; float: left; font-weight: bold; padding: 5px 10px 0; } #search-page-table .value { - background-color: #edf7f9; + background-color: #edf7fd; border-top: 1px solid #ccc; padding: 5px; } |
