From bdd1715b249561ed919e4f03a06aec1f4c327335 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 6 Mar 2015 21:29:56 +0100 Subject: Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 * Add awesomplete dependancy (source + min + CSS) * Remove jQuery and jQuery-UI dependancy * Few CSS ajustements * Use tags complete list as RainTPL var (and display it as HTML) * Remove "disable jQuery" feature * Remove tag list web service --- inc/shaarli.css | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'inc/shaarli.css') diff --git a/inc/shaarli.css b/inc/shaarli.css index a88143ca..53a407c4 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -339,12 +339,15 @@ h1 { #editlinkform { height: 100%; - color: #ffffff; padding: 5px 5px 5px 15px; width: 80%; clear: left; } +#editlinkform label { + color: #ffffff; +} + #editlinkform textarea, #editlinkform .lf_input { width: 100%; } @@ -599,6 +602,17 @@ a.qrcode img { margin-left: 40px; } +#changetag div { + float:left; +} + +#changetag label { + padding: 5px; +} + +#changetag li { + color: #000; +} #configform td { color: #ccc; font-size: 10pt; @@ -691,17 +705,6 @@ a.qrcode img { text-shadow: 2px 2px 1px #000000; } -/* Minimal customisation for jQuery widgets */ -.ui-autocomplete { - background-color: #fff; - padding-left: 5px; -} - -.ui-state-hover { - background-color: #604dff; - color: #fff; -} - #linklist li.publicLinkHightLight { background: #ffffff; } @@ -856,6 +859,10 @@ div.dailyNoEntry { text-align: right; } +.white { + color: white; +} + /* For lazy images loading in picture wall. Using http://www.appelsiini.net/projects/lazyload */ -- cgit v1.2.3