From 3215525875a297d70fb53a41d4a2b5587fb421c6 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Thu, 21 May 2015 10:22:27 +0300 Subject: [PATCH] =?UTF-8?q?FIX=20=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8?= =?UTF-8?q?=D0=B2=D0=BD=D1=8B=D0=B9=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80?= =?UTF-8?q?=20=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/views/layoutPage.php | 21 +++++++++++++++++++++ ground/views/point.php | 8 ++------ public/css/style.css | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/ground/views/layoutPage.php b/ground/views/layoutPage.php index 97491f2..1eb25f3 100644 --- a/ground/views/layoutPage.php +++ b/ground/views/layoutPage.php @@ -53,4 +53,25 @@ + \ No newline at end of file diff --git a/ground/views/point.php b/ground/views/point.php index 936b2fc..5112f9f 100644 --- a/ground/views/point.php +++ b/ground/views/point.php @@ -86,9 +86,7 @@ нет известных нам точек. - - - + @@ -96,9 +94,7 @@

Похожие:

- - - +

diff --git a/public/css/style.css b/public/css/style.css index a37ca24..48c06a9 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -87,7 +87,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: 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;} +.pagePoinsNearCards {display: inline-block; overflow: hidden; padding: 0 2px 4px 2px;width: 186px; height: 139px;} .pagePoinsNearCardsImg {width: 186px; height: 139px;}