Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 91: Line 91:
 
         .sources-collapse {
 
         .sources-collapse {
 
             display: inline-block;
 
             display: inline-block;
            opacity: .3;
 
 
         }
 
         }
 
         .sources-collapse-toggle { display:inline-block; width: 2em; height: 2em; }
 
         .sources-collapse-toggle { display:inline-block; width: 2em; height: 2em; }
Line 404: Line 403:
 
                             }, '');
 
                             }, '');
 
                             if (gIndex === groupedSources.length - 1) {
 
                             if (gIndex === groupedSources.length - 1) {
                                 out += '<span class="sources-collapse-toggle"></span>';
+
                                 // out += '<span class="sources-collapse-toggle"></span>';
 
                                 out += '</div>';
 
                                 out += '</div>';
 
                             }
 
                             }

Revision as of 13:25, 12 July 2022

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