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