From 23afaa2309cbf6cc1293740014f54c6e070d7372 Mon Sep 17 00:00:00 2001 From: ischommer Date: Sun, 1 Feb 2009 07:40:37 +0000 Subject: [PATCH] fixed label display for optionsetfields git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@71149 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- themes/mysite/css/form.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/mysite/css/form.css b/themes/mysite/css/form.css index 0185551..0ef6239 100644 --- a/themes/mysite/css/form.css +++ b/themes/mysite/css/form.css @@ -94,6 +94,10 @@ select { font-size: 1em; } +.typography .optionset label { + display: inline; +} + label.right { display:inline; }