metrics: minimize column width, increase column density

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-09-28 14:29:28 +05:30
parent df8625bda3
commit 8027421d4a
1 changed files with 5 additions and 13 deletions

View File

@ -338,20 +338,8 @@ table th div.ui-resizable-handle {
float: right;
}
.no-split thead, .no-split tbody {
display: block;
}
.no-split thead {
position: absolute;
}
.no-split tbody {
padding-top: 58px;
}
.horizontal-overflow tbody td, .horizontal-overflow thead th {
min-width: 120px;
min-width: 50px;
}
.groupable-header {
@ -364,6 +352,10 @@ table th div.ui-resizable-handle {
border: none;
}
table.no-split td.first {
min-width: 120px;
}
.groupable-header-border {
border-left: 1px solid #C6C3C3;
border-right: 1px solid #C6C3C3;