fixed the plus/minus icon issue

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44429 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2007-11-07 03:54:10 +00:00
parent 798a9baa7b
commit ed9400cfe7
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,6 @@
#Form_EditorToolbarImageForm fieldset span, #Form_EditorToolbarImageForm fieldset span,
#Form_EditorToolbarLinkForm fieldset span { #Form_EditorToolbarLinkForm fieldset span {
float: left; float: left;
background: none;
} }
#Form_EditorToolbarLinkForm fieldset li span, #Form_EditorToolbarLinkForm fieldset li span,
#Form_EditorToolbarImageForm fieldset li span { #Form_EditorToolbarImageForm fieldset li span {

View File

@ -426,6 +426,7 @@ iframe {
#contentPanel div.TreeDropdownField span.items { #contentPanel div.TreeDropdownField span.items {
width: 162px; width: 162px;
background: #fff; background: #fff;
font-size: 12px;
border:1px solid #A7A7A7; border:1px solid #A7A7A7;
border-right: none; border-right: none;
} }
@ -481,4 +482,4 @@ iframe {
#BlankImage { #BlankImage {
text-indent: -9000px; text-indent: -9000px;
} }