fixed label display for optionsetfields

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@71149 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
ischommer 2009-02-01 07:40:37 +00:00 committed by Sam Minnee
parent 0d683854da
commit 23afaa2309

View File

@ -94,6 +94,10 @@ select {
font-size: 1em;
}
.typography .optionset label {
display: inline;
}
label.right {
display:inline;
}