diff options
Diffstat (limited to 'themes/minimal/style.css')
| -rw-r--r-- | themes/minimal/style.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/minimal/style.css b/themes/minimal/style.css index 40b76f4844..76357721b1 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -1672,11 +1672,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%;} @@ -1685,7 +1687,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;} |
