aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/awesomplete.css
diff options
context:
space:
mode:
authornicolasm <hi@nicolasmd.com.ar>2015-06-24 00:35:13 -0300
committernodiscc <nodiscc@gmail.com>2015-06-26 21:57:12 +0200
commit41145f705068428413c1d2e6a4fc19f65da58e9d (patch)
tree089685709105daa107785c72b4f7961b3e3f013a /inc/awesomplete.css
parentd257f25c96f52f4b08215b55d7be4b0d98ab3250 (diff)
downloadShaarli-41145f705068428413c1d2e6a4fc19f65da58e9d.tar.gz
Shaarli-41145f705068428413c1d2e6a4fc19f65da58e9d.tar.zst
Shaarli-41145f705068428413c1d2e6a4fc19f65da58e9d.zip
awesome.css restored. width bug fixed.
Diffstat (limited to 'inc/awesomplete.css')
-rw-r--r--inc/awesomplete.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/awesomplete.css b/inc/awesomplete.css
index 0382e139..47c1928f 100644
--- a/inc/awesomplete.css
+++ b/inc/awesomplete.css
@@ -8,6 +8,7 @@
8div.awesomplete { 8div.awesomplete {
9 display: inline-block; 9 display: inline-block;
10 position: relative; 10 position: relative;
11 width: 100%;
11} 12}
12 13
13div.awesomplete > input { 14div.awesomplete > input {