RandomSec/src/main/webapp/styles/dialogs/clustering-dialog.css
David Huynh b54f7162a8 Made histogram widget capable of highlighting the selected range.
Added value.log() common numeric facet.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@320 7d457c2a-affb-35e4-300a-418c747d4874
2010-03-18 22:58:06 +00:00

86 lines
1.6 KiB
CSS

.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;
}
table.clustering-dialog-entry-table ul {
margin: 1em 0em 0em 0em;
}
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 {
margin: 10px;
overflow: hidden;
}
.clustering-dialog-facet-slider {
margin: 5px 10px;
}
.clustering-dialog-facet-selection {
text-align: center;
color: #888;
}
.clustering-dialog-value-focus {
text-align: right;
font-size: 80%;
}
.clustering-dialog-value-focus a {
text-decoration: none;
visibility: hidden;
}