Starting work of full width Renderer with React

This commit is contained in:
Alberto
2017-03-08 16:36:05 +01:00
parent 801bf16339
commit 7f8d1bb3a7
16 changed files with 1416 additions and 0 deletions

28
src-full-width/myApp.css Normal file
View File

@@ -0,0 +1,28 @@
.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%;
}