participation landing add arrow to video + account fix + fix news header line-height

remotes/origin/HEAD
ya_dim4ik 9 years ago
parent f9c24d2bed
commit a12776fd98
  1. 1
      static/client/css/main.css
  2. 2
      static/client/css_min/main.min.css
  3. 15
      static/participation_landing/css/main.css
  4. BIN
      static/participation_landing/images/arrow.png
  5. 8
      templates/client/includes/accounts/current_user.html
  6. 1
      templates/client/simple_pages/participation_landing.html

@ -9676,6 +9676,7 @@ hr+.rq-note {
.blog_block h1 {
color: #424242;
font-size: 25px;
line-height: 1;
font-weight: 400;
margin: 0;
padding: 0

File diff suppressed because one or more lines are too long

@ -311,6 +311,21 @@ h1 .orange{
border-bottom-color: transparent;
}
.variant .with_arrow{
position: relative;
}
.variant .with_arrow:after{
content: '';
display: block;
width: 42px;
height: 70px;
background: url(../images/arrow.png);
position: absolute;
bottom: -60px;
right: 250px;
}
.expomap p a{
color: #0b0301;
border-bottom: 0px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

@ -186,7 +186,7 @@
<div class="form-item-wrap"><!-- 1 -->
<div class="p-editable editable-wrap social">
<div class="i-descr add_link_text add_link_text_medium soc-media-indent">
<a class="e-btn social not-complete no-refresh {% if social_form.facebook.value and social_form.linkedin.value and social_form.vk.value and social_form.twitter.value %}hidden{% else %}{% endif %}" href="javascript:void(0);" title=""><i class="fa fa-plus-circle">&nbsp;</i>{% trans 'Добавить' %}</a>
<a class="e-btn social not-complete no-refresh {% if social_form.facebook.value and social_form.linkedin.value and social_form.vk.value and social_form.twitter.value %}hidden{% else %}{% endif %}" href="javascript:void(0);" title=""><i class="fa fa-plus-circle">&nbsp;</i>{% trans 'Добавить' %}</a>&nbsp;
<a class="e-btn social full-complete no-refresh {% if social_form.facebook.value and social_form.linkedin.value and social_form.vk.value and social_form.twitter.value %}{% else %}hidden{% endif %}" href="javascript:void(0);" title=""><i class="fa fa-pencil-square-o">&nbsp;</i></a>
<ul class="soc-media-buttons soc-media-buttons1">
<li>
@ -271,7 +271,7 @@
<div class="ic-links dd_width_5">
<div class="form-item-wrap"> <!-- 1 -->
<div class="i-descr add_link_text add_link_text_medium {% if phone_form.phone.value %}hidden{% else %}{% endif %}">
<a class="e-btn " href="javascript:void(0);" title=""><i class="fa fa-plus-circle">&nbsp;</i>{% trans 'Добавить' %}</a>
<a class="e-btn " href="javascript:void(0);" title=""><i class="fa fa-plus-circle">&nbsp;</i>{% trans 'Добавить' %}</a>&nbsp;
<div class="add_link_text_text">{% trans 'номер телефона' %} <b>+15</b></div>
</div>
<div class="ic-tel p-editable editable-wrap {% if phone_form.phone.value %}{% else %}hidden{% endif %}"> <!-- 2 -->
@ -333,7 +333,7 @@
{% endcomment %}
<div class="form-item-wrap">
<div class=" i-descr ic-site p-editable add_link_text add_link_text_medium {% if web_page_form.web_page.value %}hidden{% else %}{% endif %}">
<a class="e-btn" href="javascript:void(0);" title=""><i class="fa fa-plus-circle">&nbsp;</i>{% trans 'Добавить' %}</a>
<a class="e-btn" href="javascript:void(0);" title=""><i class="fa fa-plus-circle">&nbsp;</i>{% trans 'Добавить' %}</a>&nbsp;
<div class="add_link_text_text">{% trans 'сайт' %} <b>+5</b></div>
</div>
<div class="ic-site p-editable editable-wrap {% if web_page_form.web_page.value %}{% else %}hidden{% endif %}">
@ -373,7 +373,7 @@
<div class="ia-title">{% trans 'О себе:' %}</div>
<div class="form-item-wrap">
<div class="i-descr add_link_text {% if about_form.about.value %}hidden{% else %}{% endif %}">
<a class="e-btn " href="javascript:void(0);" title=""><i class="fa fa-plus-circle">&nbsp;</i>{% trans 'Добавить' %}</a>
<a class="e-btn " href="javascript:void(0);" title=""><i class="fa fa-plus-circle">&nbsp;</i>{% trans 'Добавить' %}</a>&nbsp;
<div class="add_link_text_text">{% trans 'информацию о себе' %} <b>+10</b></div>
</div>
<div class="p-editable editable-wrap {% if about_form.about.value %}{% else %}hidden{% endif %}">

@ -108,6 +108,7 @@
<h3>{% trans "Решение 1." %}</h3>
<p>{% blocktrans %}<a href="#" data-scroll="#reviews">Воспитать выставочного специалиста</a> в своей компании.{% endblocktrans %}</p>
<p>{% trans "Необходимо выделить хотя бы 1 человека, который в течение минимум 2-3 месяцев будет заниматься подготовкой к выставке." %}</p>
<p class="with_arrow">{% trans 'А как это может быть в реальнлсти, посмотрите в нашем мультфильме" и стрелочку оранжевую на проигрыватель.' %}</p>
</div>
<div class="variant expomap">

Loading…
Cancel
Save