From db6676d2f18b7e052a8a0f2ae7d3d16614661228 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Mon, 9 Mar 2015 21:27:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=95=D1=89=D1=91=20=D0=BD=D0=B5=D0=BC=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=BF=D0=BB=D1=8E=D1=88=D0=B5=D0=BA=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D0=B4=D0=B5=D0=B2=D0=B0=D0=B9=D1=81=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/views/point.php | 2 +- public/css/style.css | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ground/views/point.php b/ground/views/point.php index 507237c..45a6399 100644 --- a/ground/views/point.php +++ b/ground/views/point.php @@ -1,4 +1,4 @@ -
+
diff --git a/public/css/style.css b/public/css/style.css index 35f5747..9c1713a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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; } }