From 1e4083c290493feabe0aac568f4cd53650fe9230 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 7 Jan 2009 05:04:00 +0000 Subject: [PATCH] BUGFIX Fixed styling for caption checkbox field on the right hand image panel in CMSMain git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@69828 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/layout.css b/css/layout.css index 55ef7fd2..9f1d471b 100644 --- a/css/layout.css +++ b/css/layout.css @@ -440,6 +440,12 @@ iframe { height: 120px; overflow-y: auto; } + +#Caption { + margin: 0; + text-align: right; +} + #contentPanel fieldset { padding: 5px; }