diff --git a/css/cms_left.css b/css/cms_left.css index 71a465c5..c58f3fa6 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -67,6 +67,9 @@ #left div.field select { width: 100%; } +#TreeTools select { + margin-left: 2px; +} #left .SelectionGroup li.selected label.selector { font-weight: bold; } diff --git a/css/layout.css b/css/layout.css index 82668b41..af62b27c 100644 --- a/css/layout.css +++ b/css/layout.css @@ -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 {