Improved search. added filters
This commit is contained in:
parent
f6c482c06f
commit
ac8247b46d
7 changed files with 117 additions and 106 deletions
|
@ -1,5 +1,5 @@
|
|||
html {
|
||||
overflow-y: scroll;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
/** LAYOUT **/
|
||||
|
@ -277,8 +277,20 @@ p.time {
|
|||
}
|
||||
}
|
||||
|
||||
.search-holder {
|
||||
label, input {
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
label {
|
||||
line-height: 30px;
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
|
||||
.highlight_word {
|
||||
background: #EEDC94;
|
||||
border-bottom: 2px solid #F90;
|
||||
}
|
||||
|
||||
.status_info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue