mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: cms ui fix styling of tools on files & images section
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70572 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
dc0ee3e223
commit
c1237db4b7
@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
#deletepage_options p {
|
||||
margin: 4px 0;
|
||||
margin: 4px 8px 4px 0;
|
||||
font-size: 11px;
|
||||
color: #666;
|
||||
}
|
||||
|
@ -99,12 +99,12 @@
|
||||
<div id="SortItems">
|
||||
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div> <!-- treetools -->
|
||||
</div>
|
||||
|
||||
<div id="sitetree_ul">
|
||||
$SiteTreeAsUL
|
||||
<div id="sitetree_ul">
|
||||
$SiteTreeAsUL
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user