diff --git a/css/cms_right.css b/css/cms_right.css index e4ef9598..98e4a67e 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -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 { diff --git a/css/layout.css b/css/layout.css index e2baea5e..66a6b79f 100644 --- a/css/layout.css +++ b/css/layout.css @@ -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;