#1945 Post ad - location section

This commit is contained in:
Muammer Top 2021-10-01 12:47:48 +03:00
parent f483d70583
commit 462e051d72
2 changed files with 23 additions and 6 deletions

View File

@ -0,0 +1,20 @@
.location-map .nav-tabs .active {
text-decoration: underline;
color: lightskyblue !important;
}
.location-map .nav-tabs {
top: -30px;
right: 0;
font-size: 12px;
}
.location-map .tab-content label {
font-size: 13px;
font-weight: bold;
}
.location-map .tab-content select {
border-color: #e8e8e8;
border-radius: 3px;
}

View File

@ -100,10 +100,7 @@
type="text/javascript"></script>
{{ asset_add("scripts.js", "visiosoft.module.advs::js/location.js") }}
{{ asset_add("scripts.js", "visiosoft.module.location::js/addressSelect.js") }}
{{ asset_add("styles.css", "visiosoft.module.location::css/map.css") }}
{% endif %}
<style>
.location-map .nav-tabs .active { text-decoration: underline; color: lightskyblue !important; }
.location-map .nav-tabs { top: -30px; right: 0; font-size: 12px; }
.location-map .tab-content label { font-size: 13px; font-weight: bold; }
.location-map .tab-content select { border-color: #e8e8e8; border-radius: 3px; }
</style>