mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: cms ui tidying up tree tools
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70507 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0e0b20a8f9
commit
a03ef0e9b9
@ -329,6 +329,7 @@ body.stillLoading select {
|
||||
#sitetree_holder #TreeTools {
|
||||
float: left;
|
||||
width: inherit;
|
||||
background: #EEE;
|
||||
}
|
||||
#SearchBox {
|
||||
float: left;
|
||||
@ -339,6 +340,10 @@ body.stillLoading select {
|
||||
#SearchBox #SiteTreeSearchTerm {
|
||||
padding: 1px 0 2px 0;
|
||||
}
|
||||
#addCriteria {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
#sitetree_ul, ul#sitetree {
|
||||
padding: 3px 0 0 3px;
|
||||
clear: left;
|
||||
@ -371,8 +376,6 @@ body.stillLoading select {
|
||||
|
||||
#TreeTools #batchactionsforms {
|
||||
padding: 0 5px 7px 5px;
|
||||
float: left;
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
#TreeTools div p, #ShowChanged {
|
||||
|
Loading…
Reference in New Issue
Block a user