From: ArthurHoaro Date: Wed, 12 Oct 2016 08:56:46 +0000 (+0200) Subject: Fix awesomplete form in editlink X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=67043857d739741cc31f5745c11e365e5727402c;p=github%2Fshaarli%2FShaarli.git Fix awesomplete form in editlink --- diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index 0c70d630..a1435b37 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css @@ -619,6 +619,11 @@ pre { border-bottom: 1px solid #797979; } +.page-form a { + color: #b0ddce; + font-weight: bold; +} + .page-form input[type="text"], .page-form input[type="password"], .page-form textarea { @@ -707,6 +712,18 @@ pre { font-size: 0.7em; } +.page-form .awesomplete { + width: 80%; +} + +.page-form .awesomplete input { + width: 100%; +} + +.page-form div.awesomplete > ul { + color: black; +} + @media screen and (max-width: 64em) { .page-form-complete .form-label { height: inherit;