filter input search responsive fixed (mobile)

This commit is contained in:
Nicolas Danelon 2015-06-23 11:03:11 -03:00
parent 0923a2bc1b
commit e6cd88bbc0
2 changed files with 8 additions and 2 deletions

View File

@ -94,4 +94,5 @@ div.awesomplete li:hover mark {
div.awesomplete li[aria-selected="true"] mark {
background: hsl(86, 102%, 21%);
color: inherit;
}
}

View File

@ -222,7 +222,7 @@ h1 {
}
.tagfilter div.awesomplete {
width: inherit;
width: 20%;
}
.tagfilter #tagfilter_value {
@ -976,6 +976,11 @@ div.dailyNoEntry {
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) {
/* A few fixes for mobile devices (far from perfect). */
.tagfilter div.awesomplete {
width: 70%;
}
.nomobile {
display: none;
}