diff --git a/inc/awesomplete.css b/inc/awesomplete.css index 76f903f..0382e13 100644 --- a/inc/awesomplete.css +++ b/inc/awesomplete.css @@ -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; -} \ No newline at end of file +} diff --git a/inc/shaarli.css b/inc/shaarli.css index fcd5c6a..95732da 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -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; }