updated-list-views: added new table layout to additional pages

This commit is contained in:
Nick Christus
2015-11-19 21:02:38 -06:00
parent 58dc282ca0
commit 09ff042986
6 changed files with 289 additions and 96 deletions

View File

@@ -13,8 +13,8 @@
.filter-table {
width: 100%;
// table-layout: fixed;
border-collapse: collapse;
table-layout: fixed;
}
.filter-table tr {
@@ -47,3 +47,11 @@
overflow: hidden;
text-overflow: ellipsis;
}
.filter-table .expanded {
border-color: @grafanaPanelBackground;
}
.filter-table .expanded > td {
padding-bottom: 0;
}