mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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:
parent
3d6057d533
commit
480f96cc2a
@ -38,7 +38,20 @@
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
width: 96%;
|
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 textarea,
|
||||||
.right form input.text,
|
.right form input.text,
|
||||||
.right form textarea.htmleditor {
|
.right form textarea.htmleditor {
|
||||||
|
@ -325,7 +325,6 @@ div.spacer, li.spacer {
|
|||||||
display: none;
|
display: none;
|
||||||
margin: 1px 0 0 0;
|
margin: 1px 0 0 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
height: 115px;
|
|
||||||
/*
|
/*
|
||||||
* HACK IE (all versions): container needs to be higher stacking order
|
* HACK IE (all versions): container needs to be higher stacking order
|
||||||
* than any DOM-elemnt under it.
|
* than any DOM-elemnt under it.
|
||||||
@ -334,13 +333,6 @@ div.spacer, li.spacer {
|
|||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
}
|
}
|
||||||
|
|
||||||
#right form#Form_EditorToolbarImageForm {
|
|
||||||
height: 160px;
|
|
||||||
}
|
|
||||||
#right form#Form_EditorToolbarFlashForm {
|
|
||||||
height: 130px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#right form#Form_EditorToolbarLinkForm ul.optionset {
|
#right form#Form_EditorToolbarLinkForm ul.optionset {
|
||||||
height: 1em;
|
height: 1em;
|
||||||
@ -374,7 +366,9 @@ div.spacer, li.spacer {
|
|||||||
ul.tree li.Root span.Root span.c a {
|
ul.tree li.Root span.Root span.c a {
|
||||||
background-image : url(../../cms/images/treeicons/root.png) !important;
|
background-image : url(../../cms/images/treeicons/root.png) !important;
|
||||||
}
|
}
|
||||||
|
.TreeDropdownField {
|
||||||
|
background: #ff0;
|
||||||
|
}
|
||||||
/* Misc Styling */
|
/* Misc Styling */
|
||||||
iframe {
|
iframe {
|
||||||
border : none;
|
border : none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user