From 1844173308de4e727eb7db7f9cfa432f69365ac6 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 22 Sep 2008 22:51:18 +0000 Subject: [PATCH] Corrected layout of field groups git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@62866 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/cms_right.css b/css/cms_right.css index 050c8ea4..0300cb6c 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -37,6 +37,9 @@ font-size: 14px; font-weight: bold; } + .right form .fieldgroupField { + display: inline; + } .right form #URL .fieldgroup { display:block; height: 16px;