AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-05-26 10:31:12 +01:00
parent 3226c0d6ba
commit e1871affe3
22 changed files with 1550 additions and 16 deletions

View File

@@ -0,0 +1,31 @@
.ag-react-container {
display: block;
}
.ag-cell {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
label {
font-weight: normal !important;
}
.div-percent-bar {
display: inline-block;
height: 20px;
position: relative;
}
.div-percent-value {
position: absolute;
padding-left: 4px;
font-weight: bold;
font-size: 13px;
}
.div-outer-div {
display: inline-block;
height: 100%;
width: 100%;
}