From: Nicolas LÅ“uillet Date: Fri, 2 Sep 2016 08:53:22 +0000 (+0200) Subject: Fixed different font-size for labels in config screen X-Git-Tag: 2.1.0~46^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534;p=github%2Fwallabag%2Fwallabag.git Fixed different font-size for labels in config screen Fix #1788 --- diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index dbae5faf..68f3f2ee 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -671,3 +671,7 @@ div.settings div.input-field ul { div.settings div.file-field div { margin-top: inherit; } + +.input-field label.active { + font-size: 1rem; +} diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index 11b02294..bf390e89 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig @@ -196,6 +196,7 @@
+ {% if app.user.config.taggingRules is not empty %}
    @@ -213,6 +214,7 @@
+ {% endif %} {{ form_start(form.new_tagging_rule) }} {{ form_errors(form.new_tagging_rule) }}