NIFI-288:
- Removing the border radius on the provenance progress bars.

Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/ed8f7716
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/ed8f7716
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/ed8f7716

Branch: refs/heads/NIFI-250
Commit: ed8f7716061055e4039b1586a4c7ff41f6c3e06a
Parents: 93b78a7
Author: Matt Gilman <[email protected]>
Authored: Mon Feb 2 14:39:49 2015 -0500
Committer: Matt Gilman <[email protected]>
Committed: Mon Feb 2 14:39:49 2015 -0500

----------------------------------------------------------------------
 .../nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css     | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/ed8f7716/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css
 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css
index 7877f69..751a647 100644
--- 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css
+++ 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css
@@ -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 {

Reply via email to