mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02: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;
|
border-bottom: 1px solid #eee;
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
}
|
}
|
||||||
|
#left form.actionparams input,
|
||||||
#left form.actionparams select {
|
#left form.actionparams select {
|
||||||
width: 75%;
|
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
#left form.actionparams select,
|
||||||
#PageType,
|
#PageType,
|
||||||
#ReportSelector_holder select {
|
#ReportSelector_holder select {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
|
}
|
||||||
|
#PageType,
|
||||||
|
#ReportSelector_holder select {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
@ -313,8 +317,14 @@ ul.tree li.untranslated a:visited {
|
|||||||
color: #ccc
|
color: #ccc
|
||||||
}
|
}
|
||||||
|
|
||||||
#left form.actionparams .SearchCriteria {
|
#left form.actionparams div.SearchCriteria {
|
||||||
width: 37%;
|
width: 40%;
|
||||||
|
overflow: hidden;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#left form.actionparams input.SearchCriteria {
|
||||||
|
width: 41%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
#left form.actionparams #InputSiteTreeFilterDate .calendar {
|
#left form.actionparams #InputSiteTreeFilterDate .calendar {
|
||||||
|
@ -396,7 +396,7 @@ div.spacer, li.spacer {
|
|||||||
|
|
||||||
/* CMS specific icons for the tree */
|
/* CMS specific icons for the tree */
|
||||||
ul.tree li.Root span.Root span.c a {
|
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 {
|
.TreeDropdownField {
|
||||||
background: #ff0;
|
background: #ff0;
|
||||||
|
Loading…
Reference in New Issue
Block a user