2010-03-13 10:32:06 +01:00
|
|
|
.clustering-dialog-table-container {
|
|
|
|
height: 500px;
|
|
|
|
overflow: auto;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.clustering-dialog-entry-table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.clustering-dialog-entry-table > tbody > tr.header {
|
|
|
|
background: #ccc;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.clustering-dialog-entry-table > tbody > tr > td {
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.clustering-dialog-entry-table > tbody > tr.odd > td {
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.clustering-dialog-entry-table > tbody > tr.even > td {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.clustering-dialog-entry-table input {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 0 0.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.clustering-dialog-entry-table a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2010-03-16 07:53:08 +01:00
|
|
|
table.clustering-dialog-entry-table ul {
|
|
|
|
margin: 1em 0em 0em 0em;
|
|
|
|
}
|
|
|
|
|
2010-03-13 10:32:06 +01:00
|
|
|
table.clustering-dialog-entry-table a:hover {
|
|
|
|
text-decoration: underline
|
|
|
|
}
|
|
|
|
|
|
|
|
.clustering-dialog-entry-count {
|
|
|
|
color: #aaa;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clustering-dialog-controls {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clustering-dialog-controls td {
|
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.clustering-dialog-facet {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
.clustering-dialog-facet-header {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.clustering-dialog-facet-histogram {
|
2010-03-18 23:58:06 +01:00
|
|
|
overflow: hidden;
|
2010-03-13 10:32:06 +01:00
|
|
|
}
|
|
|
|
.clustering-dialog-facet-slider {
|
2010-04-20 01:27:57 +02:00
|
|
|
margin: 5px;
|
2010-03-13 10:32:06 +01:00
|
|
|
}
|
|
|
|
.clustering-dialog-facet-selection {
|
|
|
|
text-align: center;
|
|
|
|
color: #888;
|
2010-03-16 07:53:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.clustering-dialog-value-focus {
|
|
|
|
text-align: right;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
.clustering-dialog-value-focus a {
|
|
|
|
text-decoration: none;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|