aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorNicolas Danelon <nicolasdanelon@gmail.com>2015-06-23 11:03:11 -0300
committerNicolas Danelon <nicolasdanelon@gmail.com>2015-06-23 11:03:11 -0300
commite6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a (patch)
tree3e558e31933f1550844df0240d10cd63005656bc /inc
parent0923a2bc1b097bf1def882722db489d83d95c423 (diff)
downloadShaarli-e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a.tar.gz
Shaarli-e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a.tar.zst
Shaarli-e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a.zip
filter input search responsive fixed (mobile)
Diffstat (limited to 'inc')
-rw-r--r--inc/awesomplete.css3
-rw-r--r--inc/shaarli.css7
2 files changed, 8 insertions, 2 deletions
diff --git a/inc/awesomplete.css b/inc/awesomplete.css
index 76f903f7..a7a8bc77 100644
--- a/inc/awesomplete.css
+++ b/inc/awesomplete.css
@@ -94,4 +94,5 @@ div.awesomplete li:hover mark {
94div.awesomplete li[aria-selected="true"] mark { 94div.awesomplete li[aria-selected="true"] mark {
95 background: hsl(86, 102%, 21%); 95 background: hsl(86, 102%, 21%);
96 color: inherit; 96 color: inherit;
97} \ No newline at end of file 97}
98
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 }