From 5178f00be9eb118ae23ee7dbea368190e53f7893 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 22 May 2011 18:33:53 -0400 Subject: [PATCH] - Patch #1017832 by benjifisher, droplet, aspilicious, tim.plunkett, johnv, Jeff Burnz: fieldset CSS for node forms needs to be more specific. --- 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 d3cca0718f87..7c14277840be 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -1136,7 +1136,7 @@ fieldset { .fieldset-wrapper { margin-top: 25px; } -.vertical-tabs .fieldset-wrapper { +.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; } .filter-wrapper { -- GitLab