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:
James Kirkus-Lamont 2009-01-21 21:24:40 +00:00 committed by Sam Minnee
parent dc0ee3e223
commit c1237db4b7
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
}
#deletepage_options p {
margin: 4px 0;
margin: 4px 8px 4px 0;
font-size: 11px;
color: #666;
}

View File

@ -99,12 +99,12 @@
<div id="SortItems">
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag &amp; drop reordering', PR_HIGH) %></label>
</div>
</div>
</div> <!-- treetools -->
</div>
<div id="sitetree_ul">
$SiteTreeAsUL
<div id="sitetree_ul">
$SiteTreeAsUL
</div>
</div>
</div>