From 66398d423e8c2184029ded93e31050f6b177db1c Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 10 Mar 2016 17:56:18 +1030 Subject: [PATCH] Add padding between items in fieldsets on the settings page --- framework/core/less/forum/SettingsPage.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/framework/core/less/forum/SettingsPage.less b/framework/core/less/forum/SettingsPage.less index 6f50380aa..4598375e7 100644 --- a/framework/core/less/forum/SettingsPage.less +++ b/framework/core/less/forum/SettingsPage.less @@ -7,13 +7,17 @@ padding: 0; > li { - margin-bottom: 40px; + margin-bottom: 25px; } } fieldset > ul { list-style: none; margin: 0; padding: 0; + + > li { + margin-bottom: 15px; + } } } .Settings-account {