Widget: GuidelinesList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 136: | Line 136: | ||
.filter-content { | .filter-content { | ||
font-size: 1.2em; | font-size: 1.2em; | ||
margin-bottom: | margin-bottom: 2em; | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(auto-fit, minmax(14em, 1fr)); | grid-template-columns: repeat(auto-fit, minmax(14em, 1fr)); | ||
align-items: start; | align-items: start; | ||
} | |||
.filter-content.loose { | |||
gap: .5em .5em; | |||
} | } | ||
Line 949: | Line 952: | ||
<button type="button" onclick="deselectAll('#data-source-filter')">Clear all</button> | <button type="button" onclick="deselectAll('#data-source-filter')">Clear all</button> | ||
</div> | </div> | ||
<div class="filter-content" id="data-source-filter"></div> | <div class="filter-content loose" id="data-source-filter"></div> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 11:25, 30 November 2022
Development version of the List of Guidelines.
Not ready for production!