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
This commit is contained in:
Ingo Schommer 2007-09-14 19:41:51 +00:00
parent 59bfa913a5
commit 5e6fd830e2

View File

@ -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;
}