Set white background for works and biblio in elenph article excerpts
This commit is contained in:
parent
db915745c5
commit
150342f410
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;">
|
<div class="htmlExcerpt" style="list-style:none; display:none;">
|
||||||
${excerptText}
|
${excerptText}
|
||||||
<#if works?? && works?has_content && worksCounter?number > 0 >
|
<#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;">
|
<div class="works" style="display:none;">
|
||||||
<#list works as work>
|
<#list works as work>
|
||||||
<#if work.elenphExcerpt == order.elenphExcerpt >
|
<#if work.elenphExcerpt == order.elenphExcerpt >
|
||||||
|
@ -166,7 +166,7 @@ ${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-pop
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#if bibliography?? && bibliography?has_content && bibliographyCounter?number > 0>
|
<#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;">
|
<div class="bibliography" style="display:none;">
|
||||||
<#list bibliography as one_bibliography>
|
<#list bibliography as one_bibliography>
|
||||||
<#if one_bibliography.elenphExcerpt == order.elenphExcerpt >
|
<#if one_bibliography.elenphExcerpt == order.elenphExcerpt >
|
||||||
|
|
Loading…
Add table
Reference in a new issue