mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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;
|
||
|
}
|