Difference between revisions of "Widget:DevGuidelines"

From LINKS Community Center
Jump to: navigation, search
Line 225: Line 225:
 
             padding-right: 10px;
 
             padding-right: 10px;
 
         }
 
         }
 
  
 
         #guideline-tabulator.tabulator .tabulator-row .tabulator-responsive-collapse table {
 
         #guideline-tabulator.tabulator .tabulator-row .tabulator-responsive-collapse table {
Line 240: Line 239:
 
             color: var(--links-orange);
 
             color: var(--links-orange);
 
         }
 
         }
 +
  
 
         .data-source-img,
 
         .data-source-img,
Line 698: Line 698:
 
                 applyFilters();
 
                 applyFilters();
 
             }, { passive: true });
 
             }, { passive: true });
                document.getElementById('data-source-filter').addEventListener('change', event => {
+
            document.getElementById('data-source-filter').addEventListener('change', event => {
 
                 applyFilters();
 
                 applyFilters();
 
             }, { passive: true });
 
             }, { passive: true });
Line 822: Line 822:
 
         </div>
 
         </div>
 
         <h2 style="margin-top: 2.5rem; margin-bottom: 0;">Results: <span id="result-count"></span></h2>
 
         <h2 style="margin-top: 2.5rem; margin-bottom: 0;">Results: <span id="result-count"></span></h2>
       
+
 
 
         <div id="gl-filters">
 
         <div id="gl-filters">
 
             <h2 style="display: flex; justify-content: space-between;">
 
             <h2 style="display: flex; justify-content: space-between;">

Revision as of 15:27, 24 November 2022

Development version of the List of Guidelines.
Not ready for production!