mirror of https://github.com/apache/cloudstack.git
metrics: minimize column width, increase column density
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
df8625bda3
commit
8027421d4a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue