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
@ -418,6 +418,9 @@ ul.tree span.untranslated a:visited {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clear: left;
|
clear: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
}
|
||||||
|
.checkboxAboveTree div {
|
||||||
|
clear: left;
|
||||||
}
|
}
|
||||||
.checkboxAboveTree input, #ShowChanged input {
|
.checkboxAboveTree input, #ShowChanged input {
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user