Skip to content

Commit

Permalink
Merge pull request moinwiki#1749 from RogerHaase/css
Browse files Browse the repository at this point in the history
mal-formed CSS for Search Options broke Show Wiki Configuration display
  • Loading branch information
UlrichB22 authored Sep 1, 2024
2 parents 324b4cd + 86d384b commit 8be78f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/moin/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,9 @@ a.moin-item-overlay-lr:hover { opacity: .8; background-color: var(--bg-trans-hov
#moin-long-searchform div { margin: 0; }
#moin-long-searchform .moin-search-query { width: 90%; margin-left: 0; }
.moin-search-option-bar { font-size: 1.25em; font-weight: bold; cursor: pointer; color: var(--link); }
.moin-searchopt-tab > th:nth-child(1), th:nth-child(2) { width: 20%; }
.moin-searchopt-tab th:nth-child(3) { width: 60%; }
.moin-searchopt-tab > th:nth-child(1),
.moin-searchopt-tab > th:nth-child(2) { width: 20%; }
.moin-searchopt-tab > th:nth-child(3) { width: 60%; }
.moin-search-hit-info { display: inline; }
.moin-search-hits { font-weight: bold; }
.moin-search-results { font-size: .92em; }
Expand Down

0 comments on commit 8be78f7

Please sign in to comment.