0.0.159
This commit is contained in:
@@ -920,6 +920,7 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.from-to-country-text.left{
|
.from-to-country-text.left{
|
||||||
color: #272424;
|
color: #272424;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@@ -930,8 +931,13 @@
|
|||||||
/*padding-left: 80px;*/
|
/*padding-left: 80px;*/
|
||||||
float: left;
|
float: left;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 20px;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.from-to-country-text.right{
|
.from-to-country-text.right{
|
||||||
color: #272424;
|
color: #272424;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@@ -942,6 +948,14 @@
|
|||||||
/*padding-right: 80px;*/
|
/*padding-right: 80px;*/
|
||||||
float: right;
|
float: right;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 20px;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.from-to-country-text.right:hover{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<script src='{% static "js/find_route.js" %}'></script>
|
<script src='{% static "js/find_route.js" %}'></script>
|
||||||
{# <script src="{% static "js/serch_town.js" %}"></script>#}
|
{# <script src="{% static "js/serch_town.js" %}"></script>#}
|
||||||
<script src="{% static "js/user_profile.js" %}"></script>
|
<script src="{% static "js/user_profile.js" %}"></script>
|
||||||
|
<script src="{% static "js/range_slider_double.js" %}"></script>
|
||||||
<script src="{% static "js/user_profile(boris).js" %}"></script>
|
<script src="{% static "js/user_profile(boris).js" %}"></script>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
<div class="clear_both"></div>
|
<div class="clear_both"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="from-to-country-container-carrier">
|
<div class="from-to-country-container-carrier">
|
||||||
<div class="from-to-country-text left fl-left txt-al-right">
|
<div class="from-to-country-text left fl-left txt-al-right" title="{% if route.from_country %}{{ route.from_country }}{% else %}Неизвестно{% endif %} / {% if route.from_city %}{{ route.from_city }}{% else %}Неизвестно{% endif %}">
|
||||||
{% if route.from_country %}{{ route.from_country }}{% else %}Неизвестно{% endif %} / {% if route.from_city %}{{ route.from_city }}{% else %}Неизвестно{% endif %}
|
{% if route.from_country %}{{ route.from_country }}{% else %}Неизвестно{% endif %} / {% if route.from_city %}{{ route.from_city }}{% else %}Неизвестно{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="splitter-from-to-country"></div>
|
<div class="splitter-from-to-country"></div>
|
||||||
<div class="from-to-country-text right fl-right txt-al-left">
|
<div class="from-to-country-text right fl-right txt-al-left" title="{% if route.to_country %}{{ route.to_country }}{% else %}Неизвестно{% endif %} / {% if route.to_city %}{{ route.to_city }}{% else %}Неизвестно{% endif %}">
|
||||||
{% if route.to_country %}{{ route.to_country }}{% else %}Неизвестно{% endif %} / {% if route.to_city %}{{ route.to_city }}{% else %}Неизвестно{% endif %}
|
{% if route.to_country %}{{ route.to_country }}{% else %}Неизвестно{% endif %} / {% if route.to_city %}{{ route.to_city }}{% else %}Неизвестно{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user