stub out import UI, add better keyboard shortcut handler

This commit is contained in:
Max Ogden
2011-07-20 18:55:38 -07:00
parent e2fdf8e953
commit 988c8de288
6 changed files with 443 additions and 30 deletions

View File

@@ -808,6 +808,15 @@ a.data-table-flag-off {
margin: 3px 0;
}
.data-table-cell-copypaste-editor {
overflow: hidden;
display: block;
width: 98%;
height: 10em;
font-family: monospace;
margin: 3px 0;
}
.data-table-cell-editor-action {
float: left;
vertical-align: bottom;