From c43369dc124c0ec9b404853240432df00cab5e5b Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sun, 5 Apr 2015 17:35:37 +0300 Subject: [PATCH] =?UTF-8?q?FIX=20-=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8,=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=B3=D0=BE=D0=BD=20=D0=B8=D0=B7=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=20=D1=80=D0=B0=D0=B7=D0=BD=D1=8B=D0=B5=20=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D1=80=D1=8B=20=D1=8D=D0=BA=D1=80=D0=B0=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/views/point.php | 4 ++-- public/css/style.css | 17 ++++++++++++++++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ground/views/point.php b/ground/views/point.php index 45a6399..936b2fc 100644 --- a/ground/views/point.php +++ b/ground/views/point.php @@ -87,7 +87,7 @@ нет известных нам точек. - + @@ -97,7 +97,7 @@

Похожие:

- +
diff --git a/public/css/style.css b/public/css/style.css index 3a17fdd..966e1eb 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -87,7 +87,8 @@ 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: 106%; height: 106%; position: fixed; top: -3%; left: -3%; background-size: cover; -webkit-filter: blur(5px);} - +.pagePoinsNearCards {display: inline-block; width: 186px; height: 139px; overflow: hidden;} +.pagePoinsNearCardsImg {width: 186px; height: 139px;} /* -------------------------------------------*/ @@ -95,6 +96,11 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b /* -------------------------------------------*/ /* Target landscape smartphones, portrait tablets, narrow desktops */ +@media screen and (max-width:1200px) { + .pagePoinsNearCards {display: inline-block; width: 153px; height: 114px; overflow: hidden;} + .pagePoinsNearCardsImg {width: 153px; height: 114px;} +} + @media screen and (max-width:1000px) { .modal-dialog { width: 100%!important; @@ -127,6 +133,11 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b #pageSmoothBackground {display: none;} } +@media screen and (max-width:990px) { + .pagePoinsNearCards {display: inline-block; width: 116px; height: 87px; overflow: hidden;} + .pagePoinsNearCardsImg {width: 116px; height: 87px;} +} + @media screen and (max-width:815px) { body { padding: 0!important; @@ -140,6 +151,8 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b width: 115px; height: 69px; } + .pagePoinsNearCards {display: inline-block; width: 120px; height: 90px; overflow: hidden;} + .pagePoinsNearCardsImg {width: 120px; height: 90px;} } @media screen and (max-width:640px) { @@ -147,4 +160,6 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b position: initial; text-align: center; } + .pagePoinsNearCards {display: inline-block; width: 201px; height: 150px; overflow: hidden;} + .pagePoinsNearCardsImg {width: 201px; height: 150px;} }