diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-24 12:04:24 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-24 12:04:24 +0200 |
commit | 230413bdd17629eb8e80a8d3569a1e80cbc8c93e (patch) | |
tree | 01058db89ed3279fb585b04af5932defb69cd103 /src | |
parent | 7083d183b9df11f350be0d7039f5f0e33536b94b (diff) | |
parent | dc1c2debfb81abac2d0b476af1025a920b530703 (diff) | |
download | wallabag-230413bdd17629eb8e80a8d3569a1e80cbc8c93e.tar.gz wallabag-230413bdd17629eb8e80a8d3569a1e80cbc8c93e.tar.zst wallabag-230413bdd17629eb8e80a8d3569a1e80cbc8c93e.zip |
Merge pull request #1396 from wallabag/j0k3r-patch-1
Apply margin only on settings page
Diffstat (limited to 'src')
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { | |||
367 | 7 = Others | 367 | 7 = Others |
368 | ========================================================================== */ | 368 | ========================================================================== */ |
369 | 369 | ||
370 | div.input-field div, div.input-field ul { | 370 | /* force height on non-input field in the settings page */ |
371 | div.settings div.input-field div, div.settings div.input-field ul { | ||
371 | margin-top: 40px; | 372 | margin-top: 40px; |
372 | } | 373 | } |