Commit 5740bd9efe2b62b841218d47e1a10fe779c1d071
1 parent
c48751e6
header
Showing
2 changed files
with
7 additions
and
7 deletions
Show diff stats
frontend/views/site/legal.php
@@ -266,7 +266,7 @@ $this->registerJs($js, View::POS_END); | @@ -266,7 +266,7 @@ $this->registerJs($js, View::POS_END); | ||
266 | </div> | 266 | </div> |
267 | </section> | 267 | </section> |
268 | 268 | ||
269 | - <section class="bar background-kben no-mg bt-shadow"> | 269 | + <section class="bar background-white no-mg"> |
270 | <div class="container"> | 270 | <div class="container"> |
271 | <div class="col-md-12"> | 271 | <div class="col-md-12"> |
272 | <div class="heading text-left"> | 272 | <div class="heading text-left"> |
@@ -365,10 +365,5 @@ $this->registerJs($js, View::POS_END); | @@ -365,10 +365,5 @@ $this->registerJs($js, View::POS_END); | ||
365 | </div> | 365 | </div> |
366 | </div> | 366 | </div> |
367 | </section> | 367 | </section> |
368 | - <section class="no-mg"> | ||
369 | - <div id="map"> | ||
370 | - | ||
371 | - </div> | ||
372 | - </section> | ||
373 | </div> | 368 | </div> |
374 | </div> | 369 | </div> |
375 | \ No newline at end of file | 370 | \ No newline at end of file |
frontend/web/css/main.css
@@ -367,6 +367,11 @@ section.blue-fon {padding-top: 25px;} | @@ -367,6 +367,11 @@ section.blue-fon {padding-top: 25px;} | ||
367 | } | 367 | } |
368 | } | 368 | } |
369 | @media(min-width:768px){ | 369 | @media(min-width:768px){ |
370 | + .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ | ||
371 | + color: #555555; | ||
372 | + background:initial; | ||
373 | + } | ||
374 | + .navbar ul.nav > li.active > a, .navbar ul.nav > li.open > a{border-color:#fff;} | ||
370 | .navbar ul.nav > li > a { | 375 | .navbar ul.nav > li > a { |
371 | font-size: 13px; | 376 | font-size: 13px; |
372 | letter-spacing: -0.40px; | 377 | letter-spacing: -0.40px; |
@@ -391,7 +396,7 @@ section.blue-fon {padding-top: 25px;} | @@ -391,7 +396,7 @@ section.blue-fon {padding-top: 25px;} | ||
391 | left: 12px; | 396 | left: 12px; |
392 | transition:0.1s; | 397 | transition:0.1s; |
393 | } | 398 | } |
394 | - .navbar ul.nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after{ | 399 | + .navbar ul.nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after, .navbar ul.nav > li.active > a:after{ |
395 | bottom: 18px; | 400 | bottom: 18px; |
396 | } | 401 | } |
397 | .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{ | 402 | .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{ |