365868564f
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@905 7d457c2a-affb-35e4-300a-418c747d4874
22 lines
383 B
CSS
22 lines
383 B
CSS
.recon-dialog-type-id {
|
|
color: #888;
|
|
}
|
|
|
|
.recon-dialog-heuristic-types-container {
|
|
border: 1px solid #ccc;
|
|
padding: 10px;
|
|
max-height: 200px;
|
|
overflow: auto;
|
|
}
|
|
.recon-dialog-heuristic-other-type-container {
|
|
margin: 10px;
|
|
}
|
|
|
|
.recon-dialog-heuristic-details-container {
|
|
border: 1px solid #ccc;
|
|
padding: 10px;
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
}
|
|
|