master
fefa4ka 11 years ago
parent 67bcf5a8b8
commit 7aa501ff13
  1. 2
      zsite/static/less/footer.less
  2. 2
      zsite/static/less/header.less
  3. 12
      zsite/static/less/service.less
  4. 13
      zsite/static/less/sub_content.less
  5. 2
      zsite/static/less/theory.less
  6. 7
      zsite/templates/sub_section.html

@ -3,7 +3,7 @@
footer {
.make-row();
margin-top: 10px;
margin-top: 100px;
margin-bottom: 5px;
opacity: 0.5;

@ -85,7 +85,7 @@
.header-menu.main {
li {
@media (min-width: 1200px) {
margin-right: initial;
margin-right: 0;
width: 150px;
}
}

@ -30,7 +30,7 @@
width: 299px;
height: 240px;
padding-left: 43px;
margin-left: -71px;
margin-left: -42px;
padding-right: 13px;
padding-top: 15px;
@ -40,8 +40,12 @@
table {
width: 100%;
td {
padding-right: 5px;
}
.price {
font-weight: 700;
text-align: right;
}
td {
vertical-align: top;
@ -317,3 +321,9 @@
}
}
.sub_parent_placeholder_trademarks {
margin-top: 30px;
}

@ -2,8 +2,8 @@
.make-row();
.menu {
.make-lg-column(2);
.make-md-column(2);
.make-lg-column(3);
.make-md-column(3);
// .make-sm-column(1);
// В разделе сотрудников заезжает контент
position: relative;
@ -28,9 +28,6 @@
}
h5 {
font-weight: 700;
}
li.active {
display: inline-block;
background: #EDEDED;
@ -56,7 +53,8 @@
margin-top: 0;
}
.make-lg-column(8);
.make-md-column(10);
.make-md-column(9);
.breadcrumb {
padding: 0;
margin-bottom: 0;
@ -67,4 +65,5 @@
}
// .make-sm-column(11);
}
}
}

@ -5,7 +5,7 @@
h5 {
padding-left: 22px;
}
ul {

@ -12,9 +12,7 @@
<div class="sub-content">
<div class="menu">
<h5>{% if request.current_page.parent %}{% page_attribute "menu_title" request.current_page.parent_id %}{% else %}{% page_attribute "menu_title" %}{% endif %}</h5>
<h5><strong>{% if request.current_page.parent %}{% page_attribute "menu_title" request.current_page.parent_id %}{% else %}{% page_attribute "menu_title" %}{% endif %}</strong></h5>
<ul class="list-unstyled">
{% if request.current_page.parent %}
{% show_menu_below_id request.current_page.parent.reverse_id 0 100 100 100 'menu.html' %}
@ -22,6 +20,9 @@
{% show_menu 1 100 0 1 'menu.html' %}
{% endif %}
</ul>
<div class="sub_parent_placeholder_{{ request.current_page.parent.reverse_id }}">
{% static_placeholder request.current_page.parent.reverse_id %}
</div>
</div>
<div class="content">
{% block content_safe %}

Loading…
Cancel
Save