ag-grid
Version:
Advanced Javascript Datagrid. Supports raw Javascript, AngularJS 1.x, AngularJS 2.0 and Web Components
30 lines (24 loc) • 473 B
CSS
.ag-basic .ag-cell {
padding-top: 2px ;
padding-bottom: 2px ;
}
label {
font-weight: normal ;
}
.div-percent-bar {
display: inline-block;
height: 100%;
position: relative;
}
.div-percent-value {
position: absolute;
z-index: 1;
padding-left: 4px;
font-weight: bold;
font-size: 13px;
}
.div-outer-div {
display: inline-block;
height: 100%;
width: 100%;
}