- adding Progress %

This commit is contained in:
Paolo Arena
2019-01-29 00:48:04 +01:00
parent e087bdcef5
commit 0225f27535
9 changed files with 131 additions and 13 deletions

View File

@@ -42,7 +42,10 @@
.pos-item {
max-width: 24px;
min-width: 24px;
margin: 0 auto;
margin-left: 1px;
margin-right: 1px;
padding-left: 1px;
padding-right: 1px;
height: 36px;
line-height: 36px;
text-align: center;
@@ -122,6 +125,38 @@
min-width: 24px;
}
.progress-item {
max-width: 32px;
min-width: 24px;
flex: 1;
order: 2;
text-align: right;
}
.percProgress {
height: 24px;
line-height: 24px;
color: #888;
}
.menuProgress {
width:50px;
}
.colProgress {
}
.lowperc {
color: red;
}
.medperc {
color: blue;
}
.highperc {
color: green;
}
.myexpired {
padding-top: 0px;
padding-bottom: 0px;