-
+
+
Фильтрация ленты
+
+
+
+
+ Тематические фильтры не выбраны: (Изменить):
+
-
-
- Географические фильтры не выбраны: (Изменить):
-
-
-
+
+
+ Географические фильтры не выбраны: (Изменить):
+
-
-
-
+
+
-
-
{% endblock %}
diff --git a/templates/client/static_client/css/main.css b/templates/client/static_client/css/main.css
index 05504c4d..b444d537 100644
--- a/templates/client/static_client/css/main.css
+++ b/templates/client/static_client/css/main.css
@@ -12073,6 +12073,7 @@ hr + .rq-note {
.events-feed-page{
margin-top: -14px;
+ margin-bottom: 2em;
}
.events-feed-page h2{
font-size: 16px;
@@ -12168,6 +12169,7 @@ hr + .rq-note {
.events-filter-wrap{
position: relative;
overflow: visible;
+ margin-bottom: 1em;
}
.events-filter-wrap .button{
margin-top: -40px;
@@ -12234,6 +12236,19 @@ hr + .rq-note {
.button.apply-filter.icon-check:hover:before{
background-position: -106px -16px;
}
+ .events-feed-page .filter-hint-block{
+ border: 1px dashed #87C525;
+ border-radius: 4px
+ }
+ .events-feed-page .filter-hint-block p{
+ margin: 8px;
+ text-align: center;
+ color: #464646;
+ }
+ .events-feed-page .filter-hint-block p .red{
+ font-weight: bold;
+ color: #d80000;
+ }