Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 27: | Line 27: | ||
} | } | ||
#data-source-button-wrapper { | #data-source-button-wrapper { | ||
margin: .5em 0 1em 0; | margin: 1.5em 0 1em 0; | ||
} | } | ||
#data-source-filter-wrapper button { | #data-source-filter-wrapper button { | ||
Line 234: | Line 234: | ||
<h3>Data Sources</h3> | <h3>Data Sources</h3> | ||
<div id="data-source-button-wrapper"> | <div id="data-source-button-wrapper"> | ||
<button type="button" onclick="selectAllSources()">Select all</button> | <button type="button" onclick="selectAllSources()">Select all</button> | | ||
<button type="button" onclick="deselectAllSources()">Deselect all</button> | <button type="button" onclick="deselectAllSources()">Deselect all</button> | ||
</div> | </div> |
Revision as of 12:34, 9 June 2022
Development verstion of the DCT List.
Not ready for production!