Commit 114db4fb23df33cfd0fb4106e0cf6cb638caa0ec
1 parent
a251a0b4
tokar commit
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -120,8 +120,9 @@ AppAsset::register($this); |
120 | 120 | |
121 | 121 | <div class="search-main-menu"> |
122 | 122 | <form action=""> |
123 | - <input value="1" name="" type="search"/> | |
124 | - <input type="submit" value=""/> | |
123 | + <input value="" name="" type="search"/> | |
124 | + <input type="hidden" value="1" name="" /> | |
125 | + <button type="submit" value=""></button> | |
125 | 126 | <div class="search-list"> |
126 | 127 | <span>Проекты</span> |
127 | 128 | <ul> | ... | ... |
frontend/web/css/style.css
... | ... | @@ -258,7 +258,7 @@ ul.main-menu li span:after{ |
258 | 258 | box-sizing: border-box; |
259 | 259 | padding: 0 5px 0 128px; |
260 | 260 | } |
261 | -.search-main-menu form input[type="submit"] { | |
261 | +.search-main-menu form button[type="submit"] { | |
262 | 262 | width: 29px; |
263 | 263 | height: 29px; |
264 | 264 | position: absolute; |
... | ... | @@ -4953,7 +4953,7 @@ input.custom-check:checked + label span, input.custom-check:checked + label:hove |
4953 | 4953 | padding-left: 10px; |
4954 | 4954 | box-sizing: border-box; |
4955 | 4955 | border-right: 1px solid #b7b7b7; |
4956 | - margin-top: 7px; | |
4956 | + margin-top: 5px; | |
4957 | 4957 | cursor: pointer; |
4958 | 4958 | padding-right: 28px; |
4959 | 4959 | position: relative; | ... | ... |