main photo show icon && remove list-style for new ad location

This commit is contained in:
vedatakd 2020-02-17 10:40:58 +03:00
parent fd9bbe20ad
commit 0621b4c03b
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% if setting_value('visiosoft.module.location::create_ad_page_location') %}
<div class="row form-group location-map">
<div class="col-sm-4">
<ul style="padding: 0">
<ul style="padding: 0" class="list-unstyled">
<li class="country-data" data-content="{{ adv['country_id'] }}"
data-default="{{ setting_value('visiosoft.module.location::default_country') }}"
class="location-field country-data">{{ form.fields.country|raw }}</li>

View File

@ -11,6 +11,9 @@
<div class="card-read-more text-center row">
{{ buttons(row.buttons)|raw }}
</div>
{% if loop.index == 1 %}
<div class="main-image image-eye-{{ row.key }}"><i class="fa fa-eye "></i></div>
{% endif %}
</div>
</div>
{% endfor %}