RandomSec/src/main/webapp/styles/dialogs/scatterplot-dialog.css
Stefano Mazzocchi 81fb2f1740 first step at scatterplot facet selector
git-svn-id: http://google-refine.googlecode.com/svn/trunk@442 7d457c2a-affb-35e4-300a-418c747d4874
2010-04-10 08:28:06 +00:00

20 lines
394 B
CSS

.scatterplot-dialog-table-container {
height: 500px;
overflow: auto;
border: 1px solid #aaa;
}
table.scatterplot-matrix-table {
border-collapse: collapse;
}
table.scatterplot-matrix-table > tbody > tr > td {
padding: 2px;
text-align: center;
vertical-align: middle;
}
table.scatterplot-matrix-table img.scatterplot {
border: 1px solid #eee;
}