From d74951affb09f03fbae7d3c0adf9c9df0b330793 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Fri, 8 Apr 2016 22:33:57 +0300 Subject: [PATCH] =?UTF-8?q?ADD=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B0?= =?UTF-8?q?=D1=8F=20=D1=82=D0=BE=D1=87=D0=BA=D0=B0=20=D0=94=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=BA?= =?UTF-8?q?=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 3 ++- views/topNavigation.php | 24 +++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 9f9d1b8..6dac394 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -84,8 +84,9 @@ div#control div._t2 {background-color: rgba(200, 200, 200, 0.65); border-radius: div#control div#notify {position: absolute; background-color: red;color: white;border-radius: 50%; width: 20px;height: 20px;margin: 0;padding: 0;padding-top: 2px;text-align: center;font-weight: bolder;font-size: 15px;vertical-align: middle;font-family: sans-serif;top: 18px;left: -7px;} 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 .navbar-nav>li.important {background-color: #3c3c3c;} +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;} span.notifications {font-weight: bolder; color: red;} div.top5authors {width: 16.66666667%; float: left; display: inline-block;} diff --git a/views/topNavigation.php b/views/topNavigation.php index 60a4111..9e2992d 100644 --- a/views/topNavigation.php +++ b/views/topNavigation.php @@ -72,20 +72,18 @@ if (App::$user && App::$user->id) {
  • Вход
  • - - - getCountByUser(App::$user->id) > 0; - ?> -
  • - Добавить объект -
  • - -
  • Добавить объект
  • - - - + + + getCountByUser(App::$user->id) > 0; + ?> + Добавить объект + + Добавить объект + + +