silverstripe-cms/css/TinyMCEImageEnhancement.css
Sean Harvey d0b61fc545 Fixes to flash popup - removed float which broke other sections
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44458 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 06:28:21 +00:00

23 lines
389 B
CSS

.group {
display: inline;
margin-left: 2px;
}
.middleColumn {
margin-bottom: 2px;
}
.link {
text-decoration: none;
margin-left: 2px;
}
/* HACK FOR IE6 */
#TreeDropdownField_Form_EditorToolbarImageForm_FolderID {
display: expression('inline');
}
.tree_holder {
display: inline;
}
#NewFolderName {
width: 120px;
margin-top: 0;
}