Modified collupsible button paddings on search result page.

This commit is contained in:
Svetlana Rastegina 2021-03-22 23:47:52 +01:00 committed by Georgy Litvinov
parent cb2f60f8e6
commit 144c60d857

View file

@ -17,7 +17,7 @@
</#if> </#if>
</#list> </#list>
<#if excerptText?? && excerptTextName?? && excerptTextName?has_content && excerptText?has_content> <#if excerptText?? && excerptTextName?? && excerptTextName?has_content && excerptText?has_content>
<button type="button" style="border:none;padding: 18px;width: 100%; text-align:left;" class="collapsible">${excerptTextName}</button> <button type="button" style="border:none;width: 100%; text-align:left;" class="collapsible">${excerptTextName}</button>
<div class="htmlExcerpt" style="list-style:none; display:none;"> <div class="htmlExcerpt" style="list-style:none; display:none;">
${excerptText} ${excerptText}
<#if excerptAuthor?? && excerptAuthor?has_content> <#if excerptAuthor?? && excerptAuthor?has_content>