mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
cms ui fix: adding separator above allow drag and drop
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70206 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9f406531b7
commit
b7e2a51c64
@ -1,6 +1,6 @@
|
||||
#left form.actionparams {
|
||||
background: #eee;
|
||||
padding: 3px 5px;
|
||||
padding: 0 5px 5px 5px;
|
||||
}
|
||||
#left form.actionparams input,
|
||||
#left form.actionparams select {
|
||||
@ -397,10 +397,22 @@ ul.tree li.untranslated a:visited {
|
||||
}
|
||||
|
||||
#SortItems {
|
||||
border-top: 1px solid #cccccc;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
background: #eee none repeat scroll 0%;
|
||||
padding: 3px 0 5px 7px;
|
||||
overflow: hidden;
|
||||
clear: left;
|
||||
}
|
||||
#SortItems input {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
_top: -2px;
|
||||
}
|
||||
#SortItems label {
|
||||
_position: relative;
|
||||
_top: 1px;
|
||||
}
|
||||
#SortItems #sortitems {
|
||||
float: left;
|
||||
margin-right: 3px;
|
||||
|
@ -28,6 +28,7 @@ body {
|
||||
background: #eee;
|
||||
float: left;
|
||||
width: 100%;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
#TreeActions li {
|
||||
float: left;
|
||||
|
@ -15,7 +15,7 @@
|
||||
<!-- <li class="action" id="duplicate"><a href="#">Duplicate</a></li>
|
||||
Sam: this should be put into the Create area, I think, so we don't stuff up the layout -->
|
||||
</ul>
|
||||
<div style="clear:both;"></div>
|
||||
|
||||
<% control AddPageOptionsForm %>
|
||||
<form class="actionparams" id="$FormName" style="display: none" action="$FormAction">
|
||||
<% control Fields %>
|
||||
|
Loading…
Reference in New Issue
Block a user