Merge pull request #1396 from wallabag/j0k3r-patch-1

Apply margin only on settings page
This commit is contained in:
Nicolas Lœuillet 2015-08-24 12:04:24 +02:00
commit 230413bdd1

View file

@ -367,6 +367,7 @@ main ul.row {
7 = Others 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; margin-top: 40px;
} }