Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 45: Line 45:
 
         }
 
         }
  
         #clear-filters-button {
+
         .large-button {
 
             border: 1px solid var(--links-blue);
 
             border: 1px solid var(--links-blue);
 
             font-size: 1.5em;
 
             font-size: 1.5em;
Line 531: Line 531:
 
                 relevant technologies according to your needs and then click on the name of a tool to get
 
                 relevant technologies according to your needs and then click on the name of a tool to get
 
                 further information.</p>
 
                 further information.</p>
 +
        </div>
 +
        <div id="filter-bar">
 +
            <button class="large-button" type="button" onclick="">Filters</button>
 
         </div>
 
         </div>
 
         <div id="dct-filters">
 
         <div id="dct-filters">
Line 548: Line 551:
 
             </h2>
 
             </h2>
 
             <div style="text-align: center;">
 
             <div style="text-align: center;">
                 <button id="clear-filters-button" type="button" onclick="clearFilters()">Clear Filters</button>
+
                 <button class="large-button" type="button" onclick="clearFilters()">Clear Filters</button>
 
             </div>
 
             </div>
 
             <div class="filter-wrapper">
 
             <div class="filter-wrapper">

Revision as of 16:16, 6 September 2022

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