mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00: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 {
|
#left form.actionparams {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
padding: 3px 5px;
|
padding: 0 5px 5px 5px;
|
||||||
}
|
}
|
||||||
#left form.actionparams input,
|
#left form.actionparams input,
|
||||||
#left form.actionparams select {
|
#left form.actionparams select {
|
||||||
@ -397,10 +397,22 @@ ul.tree li.untranslated a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#SortItems {
|
#SortItems {
|
||||||
|
border-top: 1px solid #cccccc;
|
||||||
border-bottom: 1px solid #cccccc;
|
border-bottom: 1px solid #cccccc;
|
||||||
background: #eee none repeat scroll 0%;
|
background: #eee none repeat scroll 0%;
|
||||||
padding: 3px 0 5px 7px;
|
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 {
|
#SortItems #sortitems {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
|
@ -28,6 +28,7 @@ body {
|
|||||||
background: #eee;
|
background: #eee;
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
#TreeActions li {
|
#TreeActions li {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<!-- <li class="action" id="duplicate"><a href="#">Duplicate</a></li>
|
<!-- <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 -->
|
Sam: this should be put into the Create area, I think, so we don't stuff up the layout -->
|
||||||
</ul>
|
</ul>
|
||||||
<div style="clear:both;"></div>
|
|
||||||
<% control AddPageOptionsForm %>
|
<% control AddPageOptionsForm %>
|
||||||
<form class="actionparams" id="$FormName" style="display: none" action="$FormAction">
|
<form class="actionparams" id="$FormName" style="display: none" action="$FormAction">
|
||||||
<% control Fields %>
|
<% control Fields %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user