From b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 2 Sep 2016 10:53:22 +0200 Subject: [PATCH] Fixed different font-size for labels in config screen Fix #1788 --- app/Resources/static/themes/material/css/main.css | 4 ++++ .../Resources/views/themes/material/Config/index.html.twig | 2 ++ 2 files changed, 6 insertions(+) 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) }} -- 2.41.0