mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Flash and image now consistent (e.g. dimensions fields)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44453 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5b607612a2
commit
d2f53402f1
@ -5,7 +5,7 @@
|
||||
.middleColumn
|
||||
{
|
||||
margin-bottom: 2px;
|
||||
display: inline;
|
||||
float: left;
|
||||
}
|
||||
.addFolder{
|
||||
}
|
||||
|
@ -96,7 +96,8 @@
|
||||
/*font-size: 11px;*/
|
||||
width: 96%;
|
||||
}
|
||||
#Form_EditorToolbarImageForm fieldset label.left,
|
||||
#Form_EditorToolbarImageForm fieldset label.left,
|
||||
#Form_EditorToolbarFlashForm fieldset label.left,
|
||||
#Form_EditorToolbarLinkForm fieldset label.left {
|
||||
float:left;
|
||||
margin-left:0px;
|
||||
|
@ -464,13 +464,16 @@ iframe {
|
||||
background: none;
|
||||
}
|
||||
/* Image height and width inputs. We need to position them in the right places */
|
||||
#contentPanel input#Form_EditorToolbarImageForm_Width {
|
||||
#contentPanel input#Form_EditorToolbarImageForm_Width,
|
||||
#contentPanel input#Form_EditorToolbarFlashForm_Width {
|
||||
width: 30px;
|
||||
}
|
||||
#contentPanel input#Form_EditorToolbarImageForm_Height {
|
||||
#contentPanel input#Form_EditorToolbarImageForm_Height,
|
||||
#contentPanel input#Form_EditorToolbarFlashForm_Height {
|
||||
width: 30px;
|
||||
}
|
||||
#Form_EditorToolbarImageForm #Image {
|
||||
#Form_EditorToolbarImageForm #Image,
|
||||
#Form_EditorToolbarFlashForm #Flash {
|
||||
margin: 5px;
|
||||
}
|
||||
#Form_EditorToolbarImageForm #Image img {
|
||||
|
Loading…
Reference in New Issue
Block a user