mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix misplaced icon on admin dashboard
This commit is contained in:
@@ -253,6 +253,7 @@ div.switch_right.unchecked {
|
||||
}
|
||||
.board_section div[class="section"] ul.setup li.blocker {
|
||||
background-image: url('#{$iconsPath}delete.png');
|
||||
background-size: 16px;
|
||||
}
|
||||
.board_section div[class="section"] ul.setup li:hover {
|
||||
background-color: #fffbcd;
|
||||
|
@@ -7,11 +7,11 @@
|
||||
<li class="{% if not requirement.isFulfilled() %}{% if not requirement.isOptional() %}blocker{% else %}non-blocker{% endif %}{% else %}good-enough{% endif %}">
|
||||
{{ requirement.getTestMessage }}
|
||||
|
||||
<p>
|
||||
{% if not requirement.isFulfilled() %}
|
||||
<p>
|
||||
{{ requirement.getHelpHtml() | raw }}
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user