hint layout

remotes/origin/1203
pavel 11 years ago
parent 2233a2231b
commit 860c116f91
  1. 4
      templates/client/accounts/feed.html
  2. 15
      templates/client/static_client/css/main.css

@ -73,8 +73,11 @@
</form> </form>
</div> </div>
<div class="filter-hint-block">
<p><span class="red">*</span>{% trans ' Вы можете настроить ленту событий, один раз выбрав интересные темы и географию с помощью кнопки «Фильтрация ленты».' %}</p>
</div> </div>
{% include 'includes/exposition/exposition_list.html' with object_list=object_list %} {% include 'includes/exposition/exposition_list.html' with object_list=object_list %}
{% include 'includes/catalog_paginator.html' with page_obj=page_obj %} {% include 'includes/catalog_paginator.html' with page_obj=page_obj %}
@ -163,6 +166,7 @@
} }
}); });
</script> </script>
</div>
{% endblock %} {% endblock %}

@ -12073,6 +12073,7 @@ hr + .rq-note {
.events-feed-page{ .events-feed-page{
margin-top: -14px; margin-top: -14px;
margin-bottom: 2em;
} }
.events-feed-page h2{ .events-feed-page h2{
font-size: 16px; font-size: 16px;
@ -12168,6 +12169,7 @@ hr + .rq-note {
.events-filter-wrap{ .events-filter-wrap{
position: relative; position: relative;
overflow: visible; overflow: visible;
margin-bottom: 1em;
} }
.events-filter-wrap .button{ .events-filter-wrap .button{
margin-top: -40px; margin-top: -40px;
@ -12234,6 +12236,19 @@ hr + .rq-note {
.button.apply-filter.icon-check:hover:before{ .button.apply-filter.icon-check:hover:before{
background-position: -106px -16px; 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;
}

Loading…
Cancel
Save