moved all search styling to CSS, removed friendly (but slow) URLs, moved WHERE strings into an array

This commit is contained in:
MrYummy
2017-06-02 02:10:49 +02:00
parent 4619306744
commit d2de01100a
10 changed files with 164 additions and 56 deletions

View File

@@ -1049,18 +1049,17 @@ nav.pagination {
}
.searchfield {
margin:0px;
height:40px;
display: inline-block;
.btn {
&.field {
width: 300px;
}
&.btn {
margin: 4px 1px 0 0;
padding: 6px;
cursor: default;
color: #fff;
border: none;
font-size: 12px;
line-height: normal;
background: #4096ee;
width: 40px;
}
}