Improved search. added filters

This commit is contained in:
Dmitriy Zaporozhets 2013-01-25 10:07:21 +02:00
parent f6c482c06f
commit ac8247b46d
7 changed files with 117 additions and 106 deletions

View file

@ -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 {