Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 134: Line 134:
 
         .filter-content {
 
         .filter-content {
 
             font-size: 1.2em;
 
             font-size: 1.2em;
             margin-bottom: 4em;
+
             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));
Line 141: Line 141:
 
          
 
          
 
         .filter-content.loose {
 
         .filter-content.loose {
             gap: 1em 1em;
+
             gap: .8em .8em;
 
         }
 
         }
  
Line 917: Line 917:
 
                             <button type="button" onclick="deselectAll('#functions-filter')">Clear all</button>
 
                             <button type="button" onclick="deselectAll('#functions-filter')">Clear all</button>
 
                         </div>
 
                         </div>
                         <div class="filter-content" id="functions-filter"></div>
+
                         <div class="filter-content loose" id="functions-filter"></div>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
Line 927: Line 927:
 
                             <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 12:23, 30 November 2022

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