mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00: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 {
|
#deletepage_options p {
|
||||||
margin: 4px 0;
|
margin: 4px 8px 4px 0;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
@ -99,14 +99,14 @@
|
|||||||
<div id="SortItems">
|
<div id="SortItems">
|
||||||
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div> <!-- treetools -->
|
</div>
|
||||||
|
|
||||||
<div id="sitetree_ul">
|
<div id="sitetree_ul">
|
||||||
$SiteTreeAsUL
|
$SiteTreeAsUL
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="publication_key">
|
<div id="publication_key">
|
||||||
<% _t('KEY','Key:') %>
|
<% _t('KEY','Key:') %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user