From 1494b333c5d7116875b941ea0ae47c4462ec7c24 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Mon, 7 Jul 2014 23:33:20 +0200
Subject: [PATCH] specify CSS rule for warning & update fieldsets - fixes #9491

---
 core/css/styles.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index ed8c84b113..40c1622ca2 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -855,11 +855,11 @@ div.crumb:active {
 }
 
 /* LEGACY FIX only - do not use fieldsets for settings */
-fieldset legend {
-	top: 20px;
+fieldset.warning legend, fieldset.update legend {
+	top: 18px;
 	position: relative;
 }
-fieldset legend + p {
+fieldset.warning legend + p, fieldset.update legend + p {
 	margin-top: 12px;
 }
 
-- 
GitLab