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
This commit is contained in:
Sean Harvey 2009-01-07 05:04:00 +00:00 committed by Sam Minnee
parent 48ab578fcb
commit 1e4083c290

View File

@ -440,6 +440,12 @@ iframe {
height: 120px;
overflow-y: auto;
}
#Caption {
margin: 0;
text-align: right;
}
#contentPanel fieldset {
padding: 5px;
}