Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 56: | Line 56: | ||
#close-filter-button { | #close-filter-button { | ||
float: right; | float: right; | ||
font-size: | font-size: 2em; | ||
} | } | ||
Line 565: | Line 565: | ||
<div id="dct-filters"> | <div id="dct-filters"> | ||
<h2> | <h2 style="display: flex; justify-content: space-between;"> | ||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="hidden" viewBox="0 0 96 96"> | <div> | ||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="hidden" viewBox="0 0 96 96"> | |||
<defs> | |||
<clipPath id="b"> | |||
<path d="M592 312h96v96h-96z" /> | |||
</clipPath> | |||
</defs> | |||
<g clip-path="url(#b)" transform="translate(-592 -312)"> | |||
<path | |||
d="M636 356.012v38.011l8-8v-30.011L674 326h-68Zm6.588-1.412-.588.584v30.008l-4 4v-34.008l-.585-.586L610.828 328h58.348Z" /> | |||
</g> | |||
</svg> | |||
< | <span>Filters</span> | ||
</div> | |||
<a onclick="toggleFilter()" id="close-filter-button">×</a> | |||
</h2> | </h2> | ||
<div style="text-align: center;"> | <div style="text-align: center;"> |
Revision as of 15:38, 6 September 2022
Development verstion of the DCT List.
Not ready for production!