2010-04-10 10:28:06 +02:00
|
|
|
.scatterplot-dialog-table-container {
|
|
|
|
height: 500px;
|
2010-04-13 08:40:33 +02:00
|
|
|
overflow: auto;
|
2010-04-10 10:28:06 +02:00
|
|
|
border: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
2010-04-13 02:25:43 +02:00
|
|
|
.clustering-dialog-controls {
|
2010-04-13 06:48:20 +02:00
|
|
|
margin-right: 2em;
|
2010-04-13 02:25:43 +02:00
|
|
|
}
|
2010-04-13 06:48:20 +02:00
|
|
|
|
2010-04-10 10:28:06 +02:00
|
|
|
table.scatterplot-matrix-table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.scatterplot-matrix-table > tbody > tr > td {
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2010-04-14 07:14:33 +02:00
|
|
|
table.scatterplot-matrix-table td.current_column {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 105%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.scatterplot-matrix-table div.current_column {
|
|
|
|
background-color: #ffeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.scatterplot-matrix-table .column_header {
|
|
|
|
text-align: right;
|
|
|
|
padding: 0em 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.scatterplot-matrix-table .scatterplot img {
|
2010-04-13 06:48:20 +02:00
|
|
|
border: 1px solid #eee;
|
2010-04-10 10:28:06 +02:00
|
|
|
}
|
2010-04-14 07:14:33 +02:00
|
|
|
|
|
|
|
table.scatterplot-matrix-table .scatterplot img.hover {
|
|
|
|
background-color: #eeffee;
|
|
|
|
}
|