From 5e6fd830e299678fd56219513371b08f4a9a5d09 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 14 Sep 2007 19:41:51 +0000 Subject: [PATCH] elofgren: USABILITY: Fix usability issue #30 'Replace Image button needs repositioning' by adding back the margin, border, and padding around the fieldset and increasing height. More info: http://www.elijahlofgren.com/silverstripe/replace-image-button-needs-repositioning/ (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41808 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/Image_iframe.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/css/Image_iframe.css b/css/Image_iframe.css index 96c9ac49..fddd1487 100755 --- a/css/Image_iframe.css +++ b/css/Image_iframe.css @@ -11,11 +11,6 @@ html,body { form { margin: 0; padding: 0; } -form fieldset{ - padding: 0; - margin: 0; - border-style: none; -} h2 { margin: 0; @@ -141,6 +136,6 @@ div.TreeDropdownField a.editLink { border: 1px #CCC solid; padding: 5px; margin-right: 5px; - height: 120px; + height: 140px; position: relative; } \ No newline at end of file