BUGFIX Fixed checkbox "Show only changed pages" alignment issue

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@76244 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-05-06 05:16:53 +00:00
parent 687d0fef5e
commit 4389affa5c
2 changed files with 8 additions and 7 deletions

View File

@ -67,9 +67,6 @@
#left div.field select { #left div.field select {
width: 100%; width: 100%;
} }
#TreeTools select {
margin-left: 2px;
}
#left .SelectionGroup li.selected label.selector { #left .SelectionGroup li.selected label.selector {
font-weight: bold; font-weight: bold;
} }
@ -412,6 +409,10 @@ ul.tree span.untranslated a:visited {
font-style: italic; font-style: italic;
} }
#ShowDrafts {
float: none;
}
.checkboxAboveTree { .checkboxAboveTree {
border-top: 1px solid #cccccc; border-top: 1px solid #cccccc;
padding: 5px 0 0 0; padding: 5px 0 0 0;
@ -422,7 +423,7 @@ ul.tree span.untranslated a:visited {
.checkboxAboveTree div { .checkboxAboveTree div {
clear: left; clear: left;
} }
.checkboxAboveTree input, #ShowChanged input { .checkboxAboveTree input, #ShowChanged input, #ShowDrafts input {
float: left; float: left;
margin: 0 3px 0 0; margin: 0 3px 0 0;
} }

View File

@ -418,12 +418,12 @@ body.stillLoading select {
#TreeTools #batchactionsforms { #TreeTools #batchactionsforms {
padding: 0 5px 7px 5px; padding: 0 5px 7px 5px;
} }
#TreeTools select {
margin-left: 2px;
}
#TreeTools div p, #ShowChanged { #TreeTools div p, #ShowChanged {
margin: 0 0 5px 0; margin: 0 0 5px 0;
float: left; float: left;
}
#ShowChanged {
width: 100%; width: 100%;
} }
#TreeTools div.middleColumn { #TreeTools div.middleColumn {