Commit 877d57d25e908be862ccbde1960171dfa89afa5e
1 parent
b2e6e4cc
pages
Showing
2 changed files
with
15 additions
and
36 deletions
Show diff stats
frontend/views/page/view.php
@@ -16,40 +16,21 @@ | @@ -16,40 +16,21 @@ | ||
16 | $this->params[ 'breadcrumbs' ][] = $seo->title; | 16 | $this->params[ 'breadcrumbs' ][] = $seo->title; |
17 | ?> | 17 | ?> |
18 | <div id="content_" class="section-box-content"> | 18 | <div id="content_" class="section-box-content"> |
19 | - | ||
20 | - <div class="section-box-cabinet-wr"> | ||
21 | - <div class="container container-100p"> | ||
22 | - <div class="row" style="position: relative;"> | ||
23 | - <div class="hidden-xs col-sm-4 col-md-3 col-lg-3 cabinet-sidebar-wr container-padding-left-40 container-padding-right-40"> | ||
24 | - <div class="style cabinet-sidebar pages-sidebar"> | ||
25 | - <div class="style list_cab_menu_left"> | ||
26 | - | ||
27 | 19 | ||
28 | - | 20 | + <section class="section-pages" style="margin-top: 60px; margin-bottom: 60px;"> |
21 | + <div class="container"> | ||
22 | + <div class="row"> | ||
23 | + <div class="col-xs-12"> | ||
24 | + <div class="style title_pages"> | ||
25 | + <h1><?=$model->lang->title?></h1> | ||
26 | + </div> | ||
27 | + | ||
28 | + <div class=" style editor_bl"> | ||
29 | + <?=$model->lang->body?> | ||
30 | + </div> | ||
31 | + </div> | ||
29 | </div> | 32 | </div> |
30 | - </div> | ||
31 | </div> | 33 | </div> |
32 | - <div class="hidden-xs col-sm-4 col-md-3 col-lg-3"></div> | ||
33 | - <div class="col-xs-12 col-sm-8 col-md-9 col-lg-9 cabinet-search-items-wrapp"> | ||
34 | - | ||
35 | - <div class="style title_pages"> | ||
36 | - <?=$model->lang->title?> | ||
37 | - </div> | ||
38 | - | ||
39 | - <div class=" style editor_bl"> | ||
40 | - <?=$model->lang->body?> | ||
41 | - | ||
42 | - | ||
43 | - </div> | ||
44 | - </div> | ||
45 | - </div> | ||
46 | - </div> | ||
47 | - </div> | ||
48 | - | ||
49 | - | ||
50 | - | ||
51 | - | ||
52 | - | ||
53 | - | 34 | + </section> |
54 | </div> | 35 | </div> |
55 | 36 |
frontend/web/css/style.css
@@ -661,9 +661,7 @@ section, header, nav, article, aside, footer, address { | @@ -661,9 +661,7 @@ section, header, nav, article, aside, footer, address { | ||
661 | height: 51px; } | 661 | height: 51px; } |
662 | .fixed-header .phone-header .modal-link { | 662 | .fixed-header .phone-header .modal-link { |
663 | font-size: 14px; | 663 | font-size: 14px; |
664 | - bottom: -12px; | ||
665 | - bottom:0; | ||
666 | -} | 664 | + bottom: -12px; } |
667 | 665 | ||
668 | .section-header { | 666 | .section-header { |
669 | padding-top: 15px; } | 667 | padding-top: 15px; } |
@@ -762,7 +760,7 @@ section, header, nav, article, aside, footer, address { | @@ -762,7 +760,7 @@ section, header, nav, article, aside, footer, address { | ||
762 | top: 50%; | 760 | top: 50%; |
763 | margin-top: -9px; } | 761 | margin-top: -9px; } |
764 | .phone-header .modal-link { | 762 | .phone-header .modal-link { |
765 | - font-size: 19px; | 763 | + font-size: 20px; |
766 | color: #009799; | 764 | color: #009799; |
767 | text-decoration: underline; | 765 | text-decoration: underline; |
768 | position: absolute; | 766 | position: absolute; |