mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
reinstated clear div as it broke clearing, and tweaks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44175 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1dda063fa3
commit
7c574874ea
@ -314,6 +314,10 @@ div.spacer, li.spacer {
|
||||
|
||||
.mceToolbarExternal a {
|
||||
text-decoration: none;
|
||||
border: 0 !important;
|
||||
}
|
||||
.mceToolbarExternal a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
<li class="action" id="addpage"><button><% _t('CREATE','Create') %></button></li>
|
||||
<li class="action" id="deletepage"><button><% _t('DELETE','Delete...') %></button></li>
|
||||
</ul>
|
||||
<div style="clear:both;"></div>
|
||||
<form class="actionparams" id="addpage_options" style="display: none" action="admin/assets/addfolder">
|
||||
<div>
|
||||
<input type="hidden" name="ParentID" />
|
||||
|
Loading…
Reference in New Issue
Block a user