From 9df5496224cc6fcc45bb51527ef2049b7d8f283d Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 9 Mar 2015 14:11:12 +1300 Subject: Fixed the display of settings form --- plugins/CoreAdminHome/stylesheets/pluginSettings.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/CoreAdminHome/stylesheets') diff --git a/plugins/CoreAdminHome/stylesheets/pluginSettings.less b/plugins/CoreAdminHome/stylesheets/pluginSettings.less index 0d8c8469cf..b7e90637e9 100644 --- a/plugins/CoreAdminHome/stylesheets/pluginSettings.less +++ b/plugins/CoreAdminHome/stylesheets/pluginSettings.less @@ -1,6 +1,6 @@ #pluginSettings { width: 975px; - border-spacing: 0px 15px; + margin: 15px 0; .columnTitle { width:400px @@ -21,7 +21,7 @@ } .settingIntroduction { - padding-bottom: 0px; + padding-bottom: 0; } .form-description { @@ -39,6 +39,6 @@ .submitSeparator { background-color: #DADADA; height: 1px; - border: 0px; + border: 0; } } \ No newline at end of file -- cgit v1.2.3