Merge remote-tracking branch 'nicolasdanelon/master' into next
This commit is contained in:
commit
4c68c20cdd
2 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,6 @@
|
|||
div.awesomplete {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.awesomplete > input {
|
||||
|
@ -94,4 +93,4 @@ div.awesomplete li:hover mark {
|
|||
div.awesomplete li[aria-selected="true"] mark {
|
||||
background: hsl(86, 102%, 21%);
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -221,12 +221,7 @@ h1 {
|
|||
margin-left:24px;
|
||||
}
|
||||
|
||||
.tagfilter div.awesomplete {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
.tagfilter #tagfilter_value {
|
||||
width: 100%;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
@ -349,6 +344,7 @@ h1 {
|
|||
}
|
||||
|
||||
#headerform label {
|
||||
cursor: pointer;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
@ -976,6 +972,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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue