BUGFIX: cms ui tidying up padding of tree tools elements

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70496 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
James Kirkus-Lamont 2009-01-21 00:42:19 +00:00 committed by Sam Minnee
parent 13a08bbedb
commit 0e0b20a8f9
2 changed files with 7 additions and 2 deletions

View File

@ -67,6 +67,9 @@
#left div.field select {
width: 100%;
}
#TreeTools select {
margin-left: 2px;
}
#left .SelectionGroup li.selected label.selector {
font-weight: bold;
}

View File

@ -333,7 +333,8 @@ body.stillLoading select {
#SearchBox {
float: left;
width: 100%;
margin-bottom: 5px;
margin: 0 0 5px 0;
padding-left: 5px;
}
#SearchBox #SiteTreeSearchTerm {
padding: 1px 0 2px 0;
@ -369,8 +370,9 @@ body.stillLoading select {
}
#TreeTools #batchactionsforms {
padding: 0 0 7px 1px;
padding: 0 5px 7px 5px;
float: left;
background: #EEE;
}
#TreeTools div p, #ShowChanged {