mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
892849c0e1
commit
687d0fef5e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user