MINOR: search interface design improvements

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@69706 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2009-01-05 06:41:51 +00:00 committed by Sam Minnee
parent 5a79ae34f6
commit a6d0b5eb0c
2 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#left form.actionparams { #left form.actionparams {
background: #ccc; background: #eee;
padding: 3px 5px; padding: 3px 5px;
} }
#left form.actionparams input, #left form.actionparams input,
@ -396,6 +396,10 @@ ul.tree li.untranslated a:visited {
#SortItems { #SortItems {
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
background: #CCCCCC none repeat scroll 0%; background: #eee none repeat scroll 0%;
padding: 3px 0 3px 7px; padding: 3px 0 3px 7px;
} }
#SortItems #sortitems {
float: left;
margin-right: 3px;
}

View File

@ -26,7 +26,6 @@ body {
#TreeActions { #TreeActions {
background: #eee; background: #eee;
border-bottom: 1px solid #ccc;
float: left; float: left;
width: 100%; width: 100%;
} }
@ -72,10 +71,12 @@ li.action button {
input.action:hover, input.action:hover,
button.action:hover, button.action:hover,
li.action input:hover, li.action input:hover,
li.action button:hover { li.action button:hover,
li.selected input,
li.selected button {
background: #fff; background: #fff;
} }
.ajaxActions input.disabled { .ajaxActions input.disabled {
color: #666; color: #666;
} }