first step in making accounts editable.

This commit is contained in:
Bryce Covert
2019-04-12 08:11:25 -07:00
parent 0f43d76924
commit c2229c11eb
3 changed files with 88 additions and 23 deletions

View File

@@ -363,6 +363,8 @@ nav.navbar .navbar-item.is-active {
.table td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 9px; height: 60px; vertical-align: middle; }
.table td.expandable {text-overflow: ellipsis; overflow: visible; white-space: nowrap; padding: 9px; height: 60px; vertical-align: middle; }
.table td.no-border { border: none; }
.table.compact td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 9px; height: 40px; vertical-align: middle; }
.table.compact td.expandable {text-overflow: ellipsis; overflow: visible; white-space: nowrap; padding: 9px; height: 40px; vertical-align: middle; }
.typeahead {
position:relative;