A little bit of polishing on the export feature to be ready for the beta.

SVN:trunk[3640]
This commit is contained in:
Denis Flaven
2015-07-10 16:54:26 +00:00
parent d3990ee2be
commit b04298916c
18 changed files with 227 additions and 95 deletions

View File

@@ -1962,9 +1962,8 @@ table.export_parameters td {
}
.table_preview .nodragtable-sortable li {
border: 1px #555555 solid;
font-size: 10pt;
.table_preview .drag-handle {
cursor: move;
}

View File

@@ -1450,7 +1450,6 @@ table.export_parameters td {
padding-right: 0.25em;
font-size: 10pt;
}
.table_preview .nodragtable-sortable li {
border: 1px $grey-color solid;
font-size: 10pt;
.table_preview .drag-handle {
cursor: move;
}