diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-08-03 13:12:00 +0200 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-08-03 13:12:00 +0200 |
commit | 7de9eb16d80d31162b5f3930daa45f8e0df45ccc (patch) | |
tree | 0f7f0012ca0c686adf8d81522eeeda9de50985bc /settings | |
parent | 7284458e24553a05078259635279356cc4d361c2 (diff) | |
download | nextcloud-server-7de9eb16d80d31162b5f3930daa45f8e0df45ccc.tar.gz nextcloud-server-7de9eb16d80d31162b5f3930daa45f8e0df45ccc.zip |
Reintroduce a more compact grid.
Overrides core `.section` values.
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 5a9e4c7f053..ec0e8209dcd 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -972,6 +972,11 @@ span.version { margin: 8px 0; } +form.section { + padding: 0 30px; + margin-bottom: 0; +} + .followupsection { display: block; padding: 0 30px 30px 30px; |