From b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 2 Sep 2016 10:53:22 +0200 Subject: Fixed different font-size for labels in config screen Fix #1788 --- app/Resources/static/themes/material/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Resources/static') 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; +} -- cgit v1.2.3