diff options
author | Nicolas Danelon <nicolasdanelon@gmail.com> | 2015-06-23 11:03:11 -0300 |
---|---|---|
committer | Nicolas Danelon <nicolasdanelon@gmail.com> | 2015-06-23 11:03:11 -0300 |
commit | e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a (patch) | |
tree | 3e558e31933f1550844df0240d10cd63005656bc /inc/shaarli.css | |
parent | 0923a2bc1b097bf1def882722db489d83d95c423 (diff) | |
download | Shaarli-e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a.tar.gz Shaarli-e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a.tar.zst Shaarli-e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a.zip |
filter input search responsive fixed (mobile)
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index fcd5c6a2..fe959646 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -222,7 +222,7 @@ h1 { | |||
222 | } | 222 | } |
223 | 223 | ||
224 | .tagfilter div.awesomplete { | 224 | .tagfilter div.awesomplete { |
225 | width: inherit; | 225 | width: 20%; |
226 | } | 226 | } |
227 | 227 | ||
228 | .tagfilter #tagfilter_value { | 228 | .tagfilter #tagfilter_value { |
@@ -976,6 +976,11 @@ div.dailyNoEntry { | |||
976 | 976 | ||
977 | @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) { | 977 | @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) { |
978 | /* A few fixes for mobile devices (far from perfect). */ | 978 | /* A few fixes for mobile devices (far from perfect). */ |
979 | |||
980 | .tagfilter div.awesomplete { | ||
981 | width: 70%; | ||
982 | } | ||
983 | |||
979 | .nomobile { | 984 | .nomobile { |
980 | display: none; | 985 | display: none; |
981 | } | 986 | } |