[fixes #17,view][s]: read-only mode (where editing options are hidden).

This commit is contained in:
Rufus Pollock
2012-01-07 03:09:45 +00:00
parent f1c5b8a430
commit 638eff6c3c
4 changed files with 40 additions and 1 deletions

View File

@@ -132,6 +132,19 @@
width: 20px;
}
/********* read-only mode **********/
.read-only .data-table tr td:first-child,
.read-only .data-table tr th:first-child
{
display: none;
}
.read-only .column-header-menu,
.read-only .row-header-menu
{
display: none;
}
/**********************************************************
* Data Table Menus