Set white background for works and biblio in elenph article excerpts
This commit is contained in:
parent
308ba8dcf9
commit
0a53e51a78
1 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ ${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-pop
|
|||
<div class="htmlExcerpt" style="list-style:none; display:none;">
|
||||
${excerptText}
|
||||
<#if works?? && works?has_content && worksCounter?number > 0 >
|
||||
<button type="button" class="collapsible" style="border:none;padding: 18px;width: 100%;text-align:left;">Работы</button>
|
||||
<button type="button" class="collapsible" style="background-color:white;border:none;padding: 18px;width: 100%;text-align:left;">Работы</button>
|
||||
<div class="works" style="display:none;">
|
||||
<#list works as work>
|
||||
<#if work.elenphExcerpt == order.elenphExcerpt >
|
||||
|
@ -166,7 +166,7 @@ ${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-pop
|
|||
</#if>
|
||||
|
||||
<#if bibliography?? && bibliography?has_content && bibliographyCounter?number > 0>
|
||||
<button type="button" class="collapsible" style="border:none;padding: 18px;width: 100%; text-align: left;">Литература</button>
|
||||
<button type="button" class="collapsible" style="background-color:white;border:none;padding: 18px;width: 100%; text-align: left;">Литература</button>
|
||||
<div class="bibliography" style="display:none;">
|
||||
<#list bibliography as one_bibliography>
|
||||
<#if one_bibliography.elenphExcerpt == order.elenphExcerpt >
|
||||
|
|
Loading…
Add table
Reference in a new issue