mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
a8abff2503
@ -274,7 +274,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% if features != null %}
|
||||
{% if entries('advs').isEnabled('streetview') %}
|
||||
{% if entries('advs').isEnabled('customfields') %}
|
||||
{% include "visiosoft.module.customfields::list-item" %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@ -4547,11 +4547,15 @@ input, select, a, .transition,
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.advs-custom-fields ul > li > ul > li > i {
|
||||
.advs-custom-fields i {
|
||||
margin-right: 5px;
|
||||
color: #62ca62;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.advs-custom-fields i.fstatus {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.custom-checkbox {
|
||||
float: left;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user