This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plone.formwidget.querystring/plone/formwidget/querystring/querywidget.css

110 lines
1.9 KiB
CSS

.queryindex, .addIndex {
display: block;
width: 180px;
float: left;
margin-right: 0.5em;
}
.queryoperator, .addOperator {
display: block;
width: 100px;
float: left;
margin-right: 0.5em;
}
.queryresults {
float: right;
}
.previewSearchResultsHeading {
margin-top: 1em;
}
.QueryWidget .criteria {
margin: 0 1em 0.5em 0;
clear: both;
}
.removecriteria {
border: 0;
padding: 0;
background: transparent;
cursor: pointer;
margin-left: 1em;
}
.error.QueryWidget {
background-color:transparent;
border:0;
padding:0;
}
.sortingField {
clear: both;
padding-top: 1em;
}
.previewresultsLabel {
padding-top: 1em;
display: block;
}
.previewresults {
border-width: 1px;
border-style: solid;
height: 16em;
overflow: auto;
}
.querywidget dt {
border-width: 1px;
border-style: solid;
cursor: pointer;
}
.querywidget .arrowDownAlternative {
float: right;
padding-right: 0.25em;
}
.widgetPulldownMenu {
position: absolute;
}
dl.multipleSelectionWidget,
#content dl.multipleSelectionWidget {
margin: 0;
}
.multipleSelectionWidget dt {
width: 198px;
height: 1.5em;
overflow: hidden;
}
.multipleSelectionWidget dd {
width: 198px;
background: #FFF;
overflow:auto;
}
.multipleSelectionWidget label {
display: block;
color: #000;
}
.querywidget {
float: left;
width: 200px;
}
.referenceWidget input {
width: 200px;
}
dl.querywidget {
margin: 0;
}
#content dl.querywidget dd,
dl.querywidget dd {
margin: 0;
}
.dateRangeWidget input {
width: 78px;
}
.criteria {
clear: both;
}
.widgetPulldownMenu {
border-width: 1px;
border-style: solid;
height:6.5em;
}
/* TODO: This should be fixed in public.css, so hiddenStructure will always
have the highest priority. */
.multipleSelectionWidget .hiddenStructure {
display: none !important;
}