mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
09ef2f0963
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42045 467b73ca-7a2a-4603-9d3b-597d59a354a9
27 lines
428 B
CSS
27 lines
428 B
CSS
.group {
|
|
display: inline;
|
|
margin-left: 2px;
|
|
}
|
|
.middleColumn
|
|
{
|
|
margin-bottom: 2px;
|
|
display: inline;
|
|
}
|
|
.addFolder{
|
|
}
|
|
.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;
|
|
}
|