]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
awesome.css restored. width bug fixed.
authornicolasm <hi@nicolasmd.com.ar>
Wed, 24 Jun 2015 03:35:13 +0000 (00:35 -0300)
committernodiscc <nodiscc@gmail.com>
Fri, 26 Jun 2015 19:57:12 +0000 (21:57 +0200)
inc/awesomplete.css
inc/shaarli.css

index 0382e139da0cffde65808c8a6343ab42565a8a5c..47c1928f3ddc82d8e83410e06a4c77d38c3422e1 100644 (file)
@@ -8,6 +8,7 @@
 div.awesomplete {
     display: inline-block;
     position: relative;
+    width: 100%;
 }
 
 div.awesomplete > input {
index 95732da866ff664a9b10cbf031c790133622512d..78bcfd34129438c99df08e1f1e3a443b0cb5d28e 100644 (file)
@@ -221,6 +221,10 @@ h1 {
     margin-left:24px;
 }
 
+.tagfilter div.awesomplete {
+    width: 15%;
+}
+
 .tagfilter #tagfilter_value {
     display: inline;
 }
@@ -374,6 +378,7 @@ h1 {
 }
 
 #editlinkform label {
+    cursor: pointer;
     color: #ffffff;
 }