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:
James Kirkus-Lamont 2009-01-15 05:18:51 +00:00 committed by Sam Minnee
parent 9f406531b7
commit b7e2a51c64
3 changed files with 15 additions and 2 deletions

View File

@ -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;

View File

@ -28,6 +28,7 @@ body {
background: #eee;
float: left;
width: 100%;
padding-bottom: 4px;
}
#TreeActions li {
float: left;

View File

@ -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 %>