diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index d238dc4..23c26ee 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -120,8 +120,9 @@ AppAsset::register($this);
- - + + +
Проекты
    diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 28d069c..0c0f163 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -258,7 +258,7 @@ ul.main-menu li span:after{ box-sizing: border-box; padding: 0 5px 0 128px; } -.search-main-menu form input[type="submit"] { +.search-main-menu form button[type="submit"] { width: 29px; height: 29px; position: absolute; @@ -4953,7 +4953,7 @@ input.custom-check:checked + label span, input.custom-check:checked + label:hove padding-left: 10px; box-sizing: border-box; border-right: 1px solid #b7b7b7; - margin-top: 7px; + margin-top: 5px; cursor: pointer; padding-right: 28px; position: relative; -- libgit2 0.21.4