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:
Will Rossiter 2009-01-19 23:21:26 +00:00 committed by Sam Minnee
parent c948a45176
commit b9e07bba5b

View File

@ -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;