BUGFIX Fixed clearing issue of "Allow drag & drop reordering" and "Show deleted pages"

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@76237 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-05-06 05:01:51 +00:00
parent 892849c0e1
commit 687d0fef5e

View File

@ -419,6 +419,9 @@ ul.tree span.untranslated a:visited {
clear: left;
width: 100%;
}
.checkboxAboveTree div {
clear: left;
}
.checkboxAboveTree input, #ShowChanged input {
float: left;
margin: 0 3px 0 0;