mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
59bfa913a5
commit
5e6fd830e2
@ -11,11 +11,6 @@ html,body {
|
|||||||
form {
|
form {
|
||||||
margin: 0; padding: 0;
|
margin: 0; padding: 0;
|
||||||
}
|
}
|
||||||
form fieldset{
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
border-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -141,6 +136,6 @@ div.TreeDropdownField a.editLink {
|
|||||||
border: 1px #CCC solid;
|
border: 1px #CCC solid;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
height: 120px;
|
height: 140px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user