iteration

This commit is contained in:
Ceolter
2016-01-22 15:02:20 +00:00
parent d3f7a66dc1
commit 71aed2114d
5 changed files with 44 additions and 7 deletions

29
src/myApp.css Normal file
View File

@@ -0,0 +1,29 @@
.ag-cell {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
label {
font-weight: normal !important;
}
.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%;
}