aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
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
parentd257f25c96f52f4b08215b55d7be4b0d98ab3250 (diff)
downloadShaarli-41145f705068428413c1d2e6a4fc19f65da58e9d.tar.gz
Shaarli-41145f705068428413c1d2e6a4fc19f65da58e9d.tar.zst
Shaarli-41145f705068428413c1d2e6a4fc19f65da58e9d.zip
awesome.css restored. width bug fixed.
Diffstat (limited to 'inc')
-rw-r--r--inc/awesomplete.css1
-rw-r--r--inc/shaarli.css5
2 files changed, 6 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 {
diff --git a/inc/shaarli.css b/inc/shaarli.css
index 95732da8..78bcfd34 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -221,6 +221,10 @@ h1 {
221 margin-left:24px; 221 margin-left:24px;
222} 222}
223 223
224.tagfilter div.awesomplete {
225 width: 15%;
226}
227
224.tagfilter #tagfilter_value { 228.tagfilter #tagfilter_value {
225 display: inline; 229 display: inline;
226} 230}
@@ -374,6 +378,7 @@ h1 {
374} 378}
375 379
376#editlinkform label { 380#editlinkform label {
381 cursor: pointer;
377 color: #ffffff; 382 color: #ffffff;
378} 383}
379 384