RandomSec/main/webapp/modules/core/styles/dialogs/column-reordering-dialog.css
David Huynh 367796488e Fixed xml importer: subgroups should now line up properly by rows.
Added command to reorder columns using drag and drop.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1227 7d457c2a-affb-35e4-300a-418c747d4874
2010-08-25 06:17:08 +00:00

14 lines
273 B
CSS

.column-reordering-dialog-column {
border: 1px solid #aaa;
background: #eee;
padding: 3px;
margin: 2px;
cursor: move;
}
.column-reordering-dialog-column-container {
height: 500px;
border: 1px solid #eee;
padding: 10px;
overflow: auto;
}