mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
1dd80edb8a
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@79474 467b73ca-7a2a-4603-9d3b-597d59a354a9
21 lines
324 B
CSS
21 lines
324 B
CSS
.contentPanel .group {
|
|
display: inline;
|
|
margin-left: 2px;
|
|
}
|
|
.contentPanel .middleColumn {
|
|
margin-bottom: 2px;
|
|
}
|
|
.contentPanel .link {
|
|
text-decoration: none;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
|
|
.contentPanel .tree_holder {
|
|
display: inline;
|
|
}
|
|
.contentPanel #NewFolderName {
|
|
width: 120px;
|
|
margin-top: 0;
|
|
}
|