From 8661799b27fd8735ed6661315ce42d72c1152aa7 Mon Sep 17 00:00:00 2001 From: Romain Louis Date: Wed, 7 Nov 2007 02:08:01 +0000 Subject: [PATCH] textarea, url, readonly fields layout changes git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44407 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/css/cms_right.css b/css/cms_right.css index 87f747da..85b6b058 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -23,6 +23,8 @@ } .right form .text, .right form .field span.readonly, + .right form .field span.readonly i, + .right form div.TableListField table i, .right form .calendardate input, .right form .dropdowntime input { font-size: 14px; @@ -74,14 +76,17 @@ .right form .optionset input { border: none; } - + +.right form .field label { + font-size: 11px; +} .right form .field label.left { float: none; display: block; margin-left: 0; color: #666; margin-bottom: 3px; - font-size: 11px; + /*font-size: 11px;*/ width: 96%; } #Form_EditorToolbarImageForm fieldset label.left, @@ -116,6 +121,9 @@ border: 1px solid #a7a7a7; padding: 3px; width: 99%; +} +.right form textarea { + font-size: 12px; } .right form textarea.htmleditor { display: none;