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 @@ + - -