Commit f9b3cd95fea492f141a1130f31438eae5c3fb0c0
1 parent
c5fb17a0
lang widget
Showing
2 changed files
with
12 additions
and
1 deletions
Show diff stats
frontend/views/object/view.php
| ... | ... | @@ -47,6 +47,11 @@ |
| 47 | 47 | ] |
| 48 | 48 | ); |
| 49 | 49 | ?> |
| 50 | + <div class="row carousel_green_btn"> | |
| 51 | + <div class="col-md-12 col-xs-12" style="text-align:center;"> | |
| 52 | + <a href="site/green" class="button1 more-projects">Зелёный тариф</a> | |
| 53 | + </div> | |
| 54 | + </div> | |
| 50 | 55 | </section> |
| 51 | 56 | |
| 52 | 57 | <section class="margin-top: 30px;"> | ... | ... |
frontend/web/css/main.css
| ... | ... | @@ -389,7 +389,7 @@ section.bar.background-gray.steps-pre:before { |
| 389 | 389 | .post-blog .content{margin-bottom: 50px;} |
| 390 | 390 | .tag-cloud li.active a {background-color: #467fbf;color: #eeeeee!important;} |
| 391 | 391 | .object-slider .carousel-inner{border-radius: 5px;overflow: hidden;} |
| 392 | -.object-slider{padding-bottom: 50px;} | |
| 392 | +.object-slider{padding-bottom: 50px;position: relative;} | |
| 393 | 393 | .object-slider .carousel{ |
| 394 | 394 | width:100%; |
| 395 | 395 | height:550px; |
| ... | ... | @@ -671,6 +671,12 @@ section.bar.background-gray.steps-pre:before { |
| 671 | 671 | .top_mail, .top_phones{color:#949292;} |
| 672 | 672 | .top_phones a{font-weight:bold;color:#333333;} |
| 673 | 673 | .top_mail a{color:#0095d7;} |
| 674 | +.carousel_green_btn{ | |
| 675 | + position: absolute; | |
| 676 | + width: 100%; | |
| 677 | + bottom: 50px; | |
| 678 | + left: 15px; | |
| 679 | +} | |
| 674 | 680 | |
| 675 | 681 | @media(min-width:1201px){ |
| 676 | 682 | .links-ses-for-wr .container .row p {margin: 7px 20px;} | ... | ... |