BUGFIX: cms ui fix alignment of radio buttons and labels in right pane

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70486 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
James Kirkus-Lamont 2009-01-21 00:19:10 +00:00 committed by Sam Minnee
parent 229c036d59
commit b87645c19d

View File

@ -6,7 +6,7 @@
margin: 7px 0;
}
#right .optionset li {
margin: 4px 0;
margin: 8px 0;
}
/**
@ -142,6 +142,8 @@
.right form .htmleditor select,
.right form input.action {
width: auto;
margin-right: 4px;
float: left;
}
.right form ul.optionset {