Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 17: Line 17:
         #dct-list-wrapper h2 {
         #dct-list-wrapper h2 {
             margin-bottom: 1em;
             margin-bottom: 1em;
        }
        #data-source-button-wrapper {
           
         }
         }
         #data-source-filter-wrapper button {
         #data-source-filter-wrapper button {
             border: 0 none;
             border: 0 none;
             color: var(--links-blue);
             color: var(--links-blue);
            background-color: transparent;
             font-variant: small-caps;
             font-variant: small-caps;
             font-size: 1.2em;
             font-size: 1.2em;
             margin: 0 1em;
             margin: 0 1em;
            text-decoration: underline;
         }
         }
         #data-source-filter {
         #data-source-filter {
Line 199: Line 204:
         <div id="data-source-filter-wrapper">
         <div id="data-source-filter-wrapper">
             <h3>Data Sources</h3>
             <h3>Data Sources</h3>
             <button type="button" onclick="selectAllSources()">Select all</button>
             <div id="data-source-button-wrapper">
            <button type="button" onclick="deselectAllSources()">Deselect all</button>
                <button type="button" onclick="selectAllSources()">Select all</button>
                <button type="button" onclick="deselectAllSources()">Deselect all</button>
            </div>
             <div id="data-source-filter"></div>
             <div id="data-source-filter"></div>
         </div>
         </div>

Revision as of 15:46, 8 June 2022

Development verstion of the DCT List.
Not ready for production!