365868564f
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@905 7d457c2a-affb-35e4-300a-418c747d4874
85 lines
1.5 KiB
CSS
85 lines
1.5 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;
|
|
margin-right: 2em;
|
|
}
|
|
|
|
.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 {
|
|
overflow: hidden;
|
|
}
|
|
.clustering-dialog-facet-slider {
|
|
margin: 5px;
|
|
}
|
|
.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;
|
|
}
|