]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Apply margin only on settings page 1396/head
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 24 Aug 2015 10:03:00 +0000 (12:03 +0200)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 24 Aug 2015 10:03:00 +0000 (12:03 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css

index a976da100f65b1140548593941d1326ff8afd39a..1d50faf7b3a24fa09f785728120be4b087937921 100755 (executable)
@@ -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;
 }