From 78f2b072d19d3ceda8cc398a3fd14115a318990c Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Tue, 12 Apr 2016 22:48:33 +0300 Subject: [PATCH] =?UTF-8?q?ADD=20=D0=BF=D0=BE=D0=B4=D1=81=D0=BA=D0=B0?= =?UTF-8?q?=D0=B7=D0=BA=D0=B0=20=D0=BF=D1=80=D0=B8=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B8=20=D1=82=D0=BE=D1=87=D0=BA?= =?UTF-8?q?=D0=B8;=20FIX=20=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D1=88=D0=BE=D0=B9=20=D0=B7=D0=B5=D0=BB=D1=91=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 3 ++- public/js/app.js | 2 ++ views/indexTemplate.php | 1 + views/layouts/default.php | 8 ++++---- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 05a4c59..2705696 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -86,7 +86,8 @@ div#control div#notify {position: absolute; background-color: red;color: white;b nav.navbar.navbar-inverse.navbar-fixed-top {opacity: 0.9} nav.navbar.navbar-inverse.navbar-fixed-top:hover {opacity: 1} nav.navbar.navbar-inverse .navbar-nav>li>a {color: #ddd;} -nav.navbar.navbar-inverse a.bigGreen {background-image: -webkit-linear-gradient(top,#3cfc3c 0, #398739 100%);background-image: linear-gradient(to bottom,#3cfc3c 0, #398739 100%);background-repeat: repeat-x;margin: 0 3px;padding: 15px 15px;border-radius: 5px;display: inline-block;color: white;font-weight: bold;} +nav.navbar.navbar-inverse a.bigGreen {background-image: -webkit-linear-gradient(top,#3cfc3c 0, #398739 100%);background-image: linear-gradient(to bottom,#3cfc3c 0, #398739 100%);background-repeat: repeat-x;margin: 0 3px;padding: 15px 15px;border-radius: 5px;display: inline-block;color: white;font-weight: bold;text-decoration: none;} +nav.navbar.navbar-inverse a.bigGreen:hover {background-image: -webkit-linear-gradient(top,#3cfc3c 0, #398739 50%);background-image: linear-gradient(to bottom,#3cfc3c 0, #398739 80%);text-decoration: none;} span.notifications {font-weight: bolder; color: red;} div.top5authors {width: 16.66666667%; float: left; display: inline-block; overflow: hidden;} diff --git a/public/js/app.js b/public/js/app.js index 644ebf5..94903e2 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -249,10 +249,12 @@ function activateAddPoint() $('.extraImage', '#imgsContainer').remove(); addNewImage(); $('#map').css('cursor', 'crosshair'); + $('div#addHelper').slideDown(200); setStatus(statusHunting) } else { + $('div#addHelper').hide(150); $('#map').css('cursor', 'arrow'); setStatus(statusReady) } diff --git a/views/indexTemplate.php b/views/indexTemplate.php index 9ae125c..d106aba 100644 --- a/views/indexTemplate.php +++ b/views/indexTemplate.php @@ -5,6 +5,7 @@ if (App::$user) { } ?>
+
Теперь просто укажите точку на карте!
diff --git a/views/layouts/default.php b/views/layouts/default.php index c5b53c5..bd41292 100644 --- a/views/layouts/default.php +++ b/views/layouts/default.php @@ -40,16 +40,16 @@ + - -