Modified collupsible button paddings on search result page.
This commit is contained in:
parent
cb2f60f8e6
commit
144c60d857
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
</#if>
|
||||
</#list>
|
||||
<#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;">
|
||||
${excerptText}
|
||||
<#if excerptAuthor?? && excerptAuthor?has_content>
|
||||
|
|
Loading…
Add table
Reference in a new issue