fixs to the image uploader

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44154 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2007-11-02 02:09:34 +00:00
parent 3d6057d533
commit 480f96cc2a
2 changed files with 17 additions and 10 deletions

View File

@ -38,7 +38,20 @@
font-size: 11px;
width: 96%;
}
#Form_EditorToolbarImageForm fieldset label.left {
float:left;
margin-left:0px;
color: #000;
font-size: 12px;
width:120px;
}
#Form_EditorToolbarImageForm fieldset span {
float: left;
}
body div.TreeDropdownField span.items {
width: 300px;
font-size: 12px;
}
.right form textarea,
.right form input.text,
.right form textarea.htmleditor {

View File

@ -325,7 +325,6 @@ div.spacer, li.spacer {
display: none;
margin: 1px 0 0 0;
padding: 5px;
height: 115px;
/*
* HACK IE (all versions): container needs to be higher stacking order
* than any DOM-elemnt under it.
@ -334,13 +333,6 @@ div.spacer, li.spacer {
z-index: 1001;
}
#right form#Form_EditorToolbarImageForm {
height: 160px;
}
#right form#Form_EditorToolbarFlashForm {
height: 130px;
}
#right form#Form_EditorToolbarLinkForm ul.optionset {
height: 1em;
@ -374,7 +366,9 @@ div.spacer, li.spacer {
ul.tree li.Root span.Root span.c a {
background-image : url(../../cms/images/treeicons/root.png) !important;
}
.TreeDropdownField {
background: #ff0;
}
/* Misc Styling */
iframe {
border : none;