From: Jeremy Benoist Date: Mon, 24 Aug 2015 10:03:00 +0000 (+0200) Subject: Apply margin only on settings page X-Git-Tag: 2.0.0-alpha.0~9^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=dc1c2debfb81abac2d0b476af1025a920b530703;hp=7083d183b9df11f350be0d7039f5f0e33536b94b;p=github%2Fwallabag%2Fwallabag.git Apply margin only on settings page --- 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; }