Merge pull request #50 from openclassify/onurure

Onurure
This commit is contained in:
Fatih Alp 2019-07-19 00:21:30 +03:00 committed by GitHub
commit a8abff2503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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 %}

View File

@ -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;