Ещё немного плюшек для мобильных девайсов

This commit is contained in:
Krivchikov Dmitry 2015-03-09 21:27:02 +03:00
parent 108b36b96f
commit db6676d2f1
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<div style="z-index: -100; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-image: url(<?= $point->getImg('middle') ?>); background-size: cover; -webkit-filter: blur(10px);"></div>
<div id="pageSmoothBackground" style="background-image: url(<?= $point->getImg('middle') ?>);"></div>
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px;">
<div class="row">
<div class="col-md-12">

View File

@ -86,6 +86,7 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b
/* ------------- PAGE --------------------*/
.coords-container {text-align: right; margin-bottom: 20px; color: #777;font-size: 0.9em;}
#pageSmoothBackground {z-index: -100; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-size: cover; -webkit-filter: blur(10px);}
@ -123,6 +124,7 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b
padding: 3px!important;
margin: 0!important;
}
#pageSmoothBackground {display: none;}
}
@media screen and (max-width:815px) {
@ -141,8 +143,8 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b
}
@media screen and (max-width:640px) {
div.header a img {
width: 100px;
height: 60px;
div.header {
position: initial;
text-align: center;
}
}