diff --git a/settings/css/settings.css b/settings/css/settings.css index f7da029d7e4..e2349e9dd68 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -339,6 +339,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { background-position: left center; } -#postsetupchecks .hint, #postsetupchecks .setupwarning { +#postsetupchecks .hint { margin-top: 15px; } + +#postsetupchecks .setupwarning { + list-style: initial; + font-weight: normal; + margin-top: 5px; +} diff --git a/settings/js/admin.js b/settings/js/admin.js index 9fe4226827c..a3c941f08a4 100644 --- a/settings/js/admin.js +++ b/settings/js/admin.js @@ -144,7 +144,7 @@ $(document).ready(function(){ } else { $errorsEl = $el.find('.errors'); for (var i = 0; i < errors.length; i++ ) { - $errorsEl.append('