Commit c5fb17a0d446763541426e8a31203c75d4641bb3
1 parent
3153ce64
lang widget
Showing
2 changed files
with
21 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
@@ -96,7 +96,11 @@ | @@ -96,7 +96,11 @@ | ||
96 | <div id="all"> | 96 | <div id="all"> |
97 | <div id="top"> | 97 | <div id="top"> |
98 | <div class="container"> | 98 | <div class="container"> |
99 | - <div class="col-md-10"></div> | 99 | + <div class="col-md-10 phones_head" style="height:100%;"> |
100 | + <div class="top_phones"><i class="fa fa-phone" aria-hidden="true"></i> <span><a href="tel:<?=$settings->phone?>"><?=$settings->phone?></a></span> | ||
101 | + <span><a href="tel:<?=$settings->phone2?>"><?=$settings->phone2?></a></span></div> | ||
102 | + <div class="top_mail"><i class="fa fa-envelope-o" aria-hidden="true"></i> <span><a href="tel:<?=$settings->email?>"><?=$settings->email?></a></span></div> | ||
103 | + </div> | ||
100 | <div class="col-md-2 text-right" style="height:100%;"> | 104 | <div class="col-md-2 text-right" style="height:100%;"> |
101 | <div class="header-lang"> | 105 | <div class="header-lang"> |
102 | <?php | 106 | <?php |
frontend/web/css/main.css
@@ -632,6 +632,7 @@ section.bar.background-gray.steps-pre:before { | @@ -632,6 +632,7 @@ section.bar.background-gray.steps-pre:before { | ||
632 | justify-content: flex-end; | 632 | justify-content: flex-end; |
633 | align-items: center; | 633 | align-items: center; |
634 | font-size: 13px; | 634 | font-size: 13px; |
635 | + text-transform: uppercase; | ||
635 | } | 636 | } |
636 | .header-lang .active_lang{ | 637 | .header-lang .active_lang{ |
637 | background-color: #e9e7e7; | 638 | background-color: #e9e7e7; |
@@ -655,6 +656,21 @@ section.bar.background-gray.steps-pre:before { | @@ -655,6 +656,21 @@ section.bar.background-gray.steps-pre:before { | ||
655 | border-top: 0; | 656 | border-top: 0; |
656 | border-bottom: 0; | 657 | border-bottom: 0; |
657 | } | 658 | } |
659 | +.phones_head{height:100%;margin:0 -15px;} | ||
660 | +.phones_head>div{ | ||
661 | + display: inline-block; | ||
662 | + height: 100%; | ||
663 | + line-height: 30px; | ||
664 | + font-size: 13px; | ||
665 | + margin: 0 15px; | ||
666 | + margin-right:5px; | ||
667 | +} | ||
668 | +.top_phones span, .top_mail span { | ||
669 | + margin: 0 5px; | ||
670 | +} | ||
671 | +.top_mail, .top_phones{color:#949292;} | ||
672 | +.top_phones a{font-weight:bold;color:#333333;} | ||
673 | +.top_mail a{color:#0095d7;} | ||
658 | 674 | ||
659 | @media(min-width:1201px){ | 675 | @media(min-width:1201px){ |
660 | .links-ses-for-wr .container .row p {margin: 7px 20px;} | 676 | .links-ses-for-wr .container .row p {margin: 7px 20px;} |