Fixed search CSS, and repeat background in IE6 of site tree root node

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44517 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-08 04:43:19 +00:00
parent 86c7247621
commit d843553e4c
2 changed files with 14 additions and 4 deletions

View File

@ -3,13 +3,17 @@
border-bottom: 1px solid #eee;
padding: 3px 5px;
}
#left form.actionparams input,
#left form.actionparams select {
width: 75%;
padding: 1px;
}
#left form.actionparams select,
#PageType,
#ReportSelector_holder select {
width: 75%;
}
#PageType,
#ReportSelector_holder select {
float: left;
margin-right: 3px;
}
@ -313,8 +317,14 @@ ul.tree li.untranslated a:visited {
color: #ccc
}
#left form.actionparams .SearchCriteria {
width: 37%;
#left form.actionparams div.SearchCriteria {
width: 40%;
overflow: hidden;
float: left;
}
#left form.actionparams input.SearchCriteria {
width: 41%;
float: left;
}
#left form.actionparams #InputSiteTreeFilterDate .calendar {

View File

@ -396,7 +396,7 @@ div.spacer, li.spacer {
/* CMS specific icons for the tree */
ul.tree li.Root span.Root span.c a {
background-image: url(../../cms/images/treeicons/root.png) !important;
background: url(../../cms/images/treeicons/root.png) no-repeat !important;
}
.TreeDropdownField {
background: #ff0;