mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
BUGFIX: fixed positioning on site tree actions on left tree for Security and comment tags
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70356 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c948a45176
commit
b9e07bba5b
@ -351,7 +351,17 @@ body.stillLoading select {
|
||||
html>body #sitetree {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#left #TreeActions,
|
||||
#left #SortItems {
|
||||
background: #EEE;
|
||||
padding: 5px;
|
||||
float: left;
|
||||
width: 95%;
|
||||
}
|
||||
#left #SortItems {
|
||||
border-bottom: 1px solid #CCC;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#TreeTools label {
|
||||
display: block;
|
||||
padding-top: 2px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user