diff --git a/css/layout.css b/css/layout.css index afe5413a..e63f0c6b 100644 --- a/css/layout.css +++ b/css/layout.css @@ -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;