diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-13 20:02:44 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-13 20:02:44 +0000 |
| commit | 9828166c41c833c35073edb8342b2b2a883d004f (patch) | |
| tree | 8ac67f86df14f3d761d4c1012d746ba5cf65138f /themes/fab/style.css | |
| parent | 64c4fb873399640a36b20a1dbd10a7f86b043f7c (diff) | |
| download | webtrees-9828166c41c833c35073edb8342b2b2a883d004f.tar.gz webtrees-9828166c41c833c35073edb8342b2b2a883d004f.tar.bz2 webtrees-9828166c41c833c35073edb8342b2b2a883d004f.zip | |
Top surnames block - chnages per forum discussion; and add styles to all themes
Diffstat (limited to 'themes/fab/style.css')
| -rw-r--r-- | themes/fab/style.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css index cab5f50633..56016e1a9f 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -1272,11 +1272,13 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: /* ========= List styles ================= */ .source-list, .note-list, .repo-list, .media-list, .indi-list, .fam-list {margin:5px auto; visibility:hidden; width:98%;} +.surname-list {margin:5px auto; visibility:hidden;} .source-list table, .note-list table, .repo-list table, .media-list table, .indi-list table, .fam-list table {width:100%;} -.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td {padding:2px 5px;} +.source-list td, .note-list td, .repo-list td, .media-list td, .indi-list td, .fam-list td, .recent_changes_block td, .upcoming_events_block, td .surname-list td {padding:2px 5px;} .indi-list td, .fam-list td {color:#555;} +.surname-list td {vertical-align:top;} .indi-list .stats, .fam-list .stats {margin:0 auto; width:auto;} -.source-list th, .note-list th, .repo-list th, .media-list th, .indi-list th, .fam-list th, .recent_changes_block th, .upcoming_events_block th, .todays_events_block th, .todo_block th, .yahrzeit_block th {cursor:pointer; white-space:nowrap;} +.source-list th, .note-list th, .repo-list th, .media-list th, .indi-list th, .fam-list th, .recent_changes_block th, .upcoming_events_block th, .todays_events_block th, .todo_block th, .yahrzeit_block th, .surname-list th {cursor:pointer; white-space:nowrap;} .source-list th:last-child, .note-list th:last-child, .repo-list th:last-child {margin:0 -2px 1px 1px; padding:3px 0 4px; width:24px;} #source-details h2,#source-list-page h2, #note-details h2, #note-list-page h2, #repo-details h2, #repo-list-page h2, #media-details h2, #media-list-page h2 {margin-bottom:20px; text-align:center;} #source-tabs, #note-tabs, #repo-tabs, #media-tabs {margin:auto; visibility:hidden; width:80%;} @@ -1285,7 +1287,7 @@ html[dir='rtl'] .DataTables_sort_wrapper span {left:auto; right:0; margin-right: .filtersH, .filtersF {margin:4px} .filtersH img {margin-bottom:2px;} .filtersH .ui-state-default,.filtersF .ui-state-default {margin:0 2px; padding:2px;} -.loading-image{background:#fff url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} +.loading-image{background:transparent url(../../images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;} #search-result-tabs, #places-tabs {margin:auto; width:98%; visibility:hidden;} #searchAccordion-indi, #searchAccordion-fam, #searchAccordion-source, #searchAccordion-note {margin:auto; width:99%;} #place-heirarchy h2, #place-heirarchy h4 {text-align:center;} |
