From dc1c2debfb81abac2d0b476af1025a920b530703 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 24 Aug 2015 12:03:00 +0200 Subject: [PATCH] Apply margin only on settings page --- .../Resources/views/themes/material/public/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index a976da10..1d50faf7 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css @@ -367,6 +367,7 @@ main ul.row { 7 = Others ========================================================================== */ -div.input-field div, div.input-field ul { +/* force height on non-input field in the settings page */ +div.settings div.input-field div, div.settings div.input-field ul { margin-top: 40px; } -- 2.41.0