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:
Sean Harvey 2007-11-07 05:50:13 +00:00
parent 5b607612a2
commit d2f53402f1
3 changed files with 9 additions and 5 deletions

View File

@ -5,7 +5,7 @@
.middleColumn .middleColumn
{ {
margin-bottom: 2px; margin-bottom: 2px;
display: inline; float: left;
} }
.addFolder{ .addFolder{
} }

View File

@ -96,7 +96,8 @@
/*font-size: 11px;*/ /*font-size: 11px;*/
width: 96%; width: 96%;
} }
#Form_EditorToolbarImageForm fieldset label.left, #Form_EditorToolbarImageForm fieldset label.left,
#Form_EditorToolbarFlashForm fieldset label.left,
#Form_EditorToolbarLinkForm fieldset label.left { #Form_EditorToolbarLinkForm fieldset label.left {
float:left; float:left;
margin-left:0px; margin-left:0px;

View File

@ -464,13 +464,16 @@ iframe {
background: none; background: none;
} }
/* Image height and width inputs. We need to position them in the right places */ /* 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; width: 30px;
} }
#contentPanel input#Form_EditorToolbarImageForm_Height { #contentPanel input#Form_EditorToolbarImageForm_Height,
#contentPanel input#Form_EditorToolbarFlashForm_Height {
width: 30px; width: 30px;
} }
#Form_EditorToolbarImageForm #Image { #Form_EditorToolbarImageForm #Image,
#Form_EditorToolbarFlashForm #Flash {
margin: 5px; margin: 5px;
} }
#Form_EditorToolbarImageForm #Image img { #Form_EditorToolbarImageForm #Image img {