diff --git a/zsite/static/less/footer.less b/zsite/static/less/footer.less index 9c506ad..9a8e3ce 100644 --- a/zsite/static/less/footer.less +++ b/zsite/static/less/footer.less @@ -3,7 +3,7 @@ footer { .make-row(); - margin-top: 10px; + margin-top: 100px; margin-bottom: 5px; opacity: 0.5; diff --git a/zsite/static/less/header.less b/zsite/static/less/header.less index c11e019..7455956 100644 --- a/zsite/static/less/header.less +++ b/zsite/static/less/header.less @@ -85,7 +85,7 @@ .header-menu.main { li { @media (min-width: 1200px) { - margin-right: initial; + margin-right: 0; width: 150px; } } diff --git a/zsite/static/less/service.less b/zsite/static/less/service.less index 727b556..09c0474 100644 --- a/zsite/static/less/service.less +++ b/zsite/static/less/service.less @@ -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; +} \ No newline at end of file diff --git a/zsite/static/less/sub_content.less b/zsite/static/less/sub_content.less index 0eef164..988c833 100644 --- a/zsite/static/less/sub_content.less +++ b/zsite/static/less/sub_content.less @@ -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); } -} \ No newline at end of file +} + diff --git a/zsite/static/less/theory.less b/zsite/static/less/theory.less index deba854..6113d43 100644 --- a/zsite/static/less/theory.less +++ b/zsite/static/less/theory.less @@ -5,7 +5,7 @@ h5 { padding-left: 22px; - + } ul { diff --git a/zsite/templates/sub_section.html b/zsite/templates/sub_section.html index 2cb3a5b..40f5866 100644 --- a/zsite/templates/sub_section.html +++ b/zsite/templates/sub_section.html @@ -12,9 +12,7 @@