From 9cfb6fa56e04cb8886ea4a9aced914377ebe1d94 Mon Sep 17 00:00:00 2001 From: icemate Date: Thu, 4 Feb 2016 16:32:54 +0200 Subject: [PATCH] tokar commit --- frontend/views/layouts/main.php | 4 ++-- frontend/web/css/style.css | 8 +++++++- frontend/web/js/script.js | 2 ++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 686d383..d238dc4 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -120,10 +120,10 @@ AppAsset::register($this);
- +
- Исполнители + Проекты
  • Проекты
  • Исполнители
  • diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 891a24e..28d069c 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -256,7 +256,7 @@ ul.main-menu li span:after{ height: 29px; border: none; box-sizing: border-box; - padding: 0 32px 0 10px; + padding: 0 5px 0 128px; } .search-main-menu form input[type="submit"] { width: 29px; @@ -4941,18 +4941,23 @@ input.custom-check:checked + label span, input.custom-check:checked + label:hove top: 0; left: 0; height: 29px; + width: 118px; } .search-list span { display: block; height: 19px; + width: 120px; line-height: 19px; font-size: 13px; color: #b7b7b7; padding-left: 10px; + box-sizing: border-box; border-right: 1px solid #b7b7b7; margin-top: 7px; cursor: pointer; padding-right: 28px; + position: relative; + z-index: 2; } .search-list:before { position: absolute; @@ -4972,6 +4977,7 @@ input.custom-check:checked + label span, input.custom-check:checked + label:hove border-left: 1px solid #b7b7b7; border-right: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; + display: none; } .search-list li { list-style: none; diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index a17e8ee..7a702a7 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -824,4 +824,6 @@ $(document).ready(function(){ }) } } + + }); \ No newline at end of file -- libgit2 0.21.4