365868564f
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@905 7d457c2a-affb-35e4-300a-418c747d4874
45 lines
876 B
CSS
45 lines
876 B
CSS
.scatterplot-dialog-selectors-container {
|
|
}
|
|
|
|
.scatterplot-dialog-selectors-container .buttonset {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.scatterplot-dialog-table-container {
|
|
margin: 2px 0em;
|
|
height: 500px;
|
|
overflow: auto;
|
|
border: 1px solid #aaa;
|
|
}
|
|
|
|
table.scatterplot-matrix-table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table.scatterplot-matrix-table > tbody > tr > td {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
table.scatterplot-matrix-table td.current_column {
|
|
font-weight: bold;
|
|
font-size: 105%;
|
|
}
|
|
|
|
table.scatterplot-matrix-table div.current_column {
|
|
background-color: #fbede3;
|
|
}
|
|
|
|
table.scatterplot-matrix-table .column_header {
|
|
text-align: right;
|
|
padding: 0em 0.5em;
|
|
}
|
|
|
|
table.scatterplot-matrix-table .scatterplot img {
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
table.scatterplot-matrix-table .scatterplot img.hover {
|
|
background-color: #eeffee;
|
|
}
|