From 55ba6f6cfac849d91c9b69ebb755bd3591074352 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 12 Feb 2009 02:47:50 +0000 Subject: [PATCH] BUGFIX Fixed styling of consistent label colours for non-left aligned labels git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71741 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/cms_right.css b/css/cms_right.css index 617d33ba..bb311cee 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -109,12 +109,12 @@ .right form .field label { font-size: 11px; + color: #666; } .right form .field label.left { float: none; display: block; margin-left: 0; - color: #666; margin-bottom: 3px; /*font-size: 11px;*/ width: 96%;