mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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:
parent
13a08bbedb
commit
0e0b20a8f9
@ -67,6 +67,9 @@
|
|||||||
#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;
|
||||||
}
|
}
|
||||||
|
@ -333,7 +333,8 @@ body.stillLoading select {
|
|||||||
#SearchBox {
|
#SearchBox {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 5px;
|
margin: 0 0 5px 0;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
#SearchBox #SiteTreeSearchTerm {
|
#SearchBox #SiteTreeSearchTerm {
|
||||||
padding: 1px 0 2px 0;
|
padding: 1px 0 2px 0;
|
||||||
@ -369,8 +370,9 @@ body.stillLoading select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#TreeTools #batchactionsforms {
|
#TreeTools #batchactionsforms {
|
||||||
padding: 0 0 7px 1px;
|
padding: 0 5px 7px 5px;
|
||||||
float: left;
|
float: left;
|
||||||
|
background: #EEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TreeTools div p, #ShowChanged {
|
#TreeTools div p, #ShowChanged {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user