Skip to content

Commit

Permalink
BUGFIX: cms ui fix alignment of radio buttons and labels in right pane
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70486 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
James Kirkus-Lamont authored and Sam Minnee committed Feb 2, 2011
1 parent 229c036 commit b87645c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/cms_right.css
Expand Up @@ -6,7 +6,7 @@
margin: 7px 0;
}
#right .optionset li {
margin: 4px 0;
margin: 8px 0;
}

/**
Expand Down Expand Up @@ -142,6 +142,8 @@
.right form .htmleditor select,
.right form input.action {
width: auto;
margin-right: 4px;
float: left;
}

.right form ul.optionset {
Expand Down

0 comments on commit b87645c

Please sign in to comment.