[view/grid][s]: strip out all the menu stuff as somewhat broken both in UI (overflow not working) and functional terms (transform has changed).

* Felt simpler to remove and possibly reinstate later than try and fix now.
This commit is contained in:
Rufus Pollock
2012-07-08 16:41:34 +01:00
parent 3ad97a82e0
commit 22dd818183
3 changed files with 4 additions and 139 deletions

View File

@@ -24,10 +24,6 @@ table.recline-grid {
vertical-align: top;
}
.recline-grid tr td:first-child, .recline-grid tr th:first-child {
width: 20px;
}
.recline-grid tbody tr:last-child {
border-bottom: 1px solid #ccc;
}
@@ -37,9 +33,7 @@ table.recline-grid {
}
/* direct borrowing from twitter buttons */
.recline-grid th,
.transform-column-view .expression-preview-table-wrapper th
{
.recline-grid th {
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
@@ -189,12 +183,6 @@ div.data-table-cell-content-numeric > a.data-table-cell-edit {
* Read-only mode
*********************************************************/
.recline-read-only .recline-grid.no-hidden tr td:first-child,
.recline-read-only .recline-grid.no-hidden tr th:first-child
{
display: none;
}
.recline-read-only .recline-grid .write-op,
.recline-read-only .recline-grid a.data-table-cell-edit
{