NIFI-288:

- Removing the border radius on the provenance progress bars.
This commit is contained in:
Matt Gilman 2015-02-02 14:39:49 -05:00
parent 93b78a7dd5
commit ed8f771606
1 changed files with 5 additions and 0 deletions

View File

@ -453,6 +453,11 @@ div.content-detail-value {
#provenance-percent-complete, #lineage-percent-complete {
width: 378px;
border-radius: 0;
}
#provenance-percent-complete .ui-progressbar-value, #lineage-percent-complete .ui-progressbar-value {
border-radius: 0;
}
div.progress-label {