From: Nicolas Danelon Date: Tue, 23 Jun 2015 18:30:13 +0000 (-0300) Subject: fix no javascript X-Git-Tag: v0.5.0~30^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=504a42540946a55c0c7116119ef6ed7c5a91aa5f;p=github%2Fshaarli%2FShaarli.git fix no javascript --- diff --git a/inc/awesomplete.css b/inc/awesomplete.css index 47c1928f..0382e139 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 { diff --git a/inc/shaarli.css b/inc/shaarli.css index fe959646..0a106c5d 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -221,12 +221,7 @@ h1 { margin-left:24px; } -.tagfilter div.awesomplete { - width: 20%; -} - .tagfilter #tagfilter_value { - width: 100%; display: inline; }