mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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:
parent
86c7247621
commit
d843553e4c
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user