From f1e547d7028b1cf1ba85822109b195d8ba310d8a Mon Sep 17 00:00:00 2001 From: Romain Louis Date: Wed, 7 Nov 2007 01:00:07 +0000 Subject: [PATCH] URL Field Css changes for both edit and readonly view git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44395 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/css/cms_right.css b/css/cms_right.css index 45f11fe8..87f747da 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -1,8 +1,8 @@ /** * General */ -#right p, -#right .optionset { +#right p/*, +#right .optionset*/ { margin: 7px 0; } #right .optionset li { @@ -31,19 +31,28 @@ margin: 0; width: auto; } - .right form #URL .fieldgroup label.left { - float: left; - width: 100px; + .right form #URL .fieldgroup * { + font-size: 14px; + font-weight: bold; + } + .right form #URL .fieldgroup { + display:block; + height: 16px; + background-color:#F7F7F7; + border:1px dotted #CCCCCC; + padding:3px; + } + .right form #URL .fieldgroup input { + border: 1px solid #A7A7A7; + padding: 2px; + margin-top: -3px; } .right form #URL .fieldgroup span.readonly { - background: none; display: inline; border: none; padding: 0; - font-size: 10px; - font-weight: bold; } - + .right form .dropdown { font-size: 12px; }