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

View File

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