From dfe27f8fe6cf297c1be00cf75535810efe7e8905 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 24 Jan 2011 12:54:29 +0000
Subject: [PATCH] - Patch #1016930 by joachim: too much space above vertical
 tabs fieldsets.

---
 themes/bartik/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index d7920b4740b1..15b67b2be9d3 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -1136,7 +1136,7 @@ fieldset {
 .fieldset-wrapper {
   margin-top: 25px;
 }
-.node-form .fieldset-wrapper {
+.vertical-tabs .fieldset-wrapper {
   margin-top: 0;
 }
 .filter-wrapper {
-- 
GitLab