Skip to content
Snippets Groups Projects
Commit 218d7c4e authored by Karen Feng's avatar Karen Feng
Browse files

Fixed style, lowered height of progress bars

parent f1cab31b
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ private[spark] class IndexPage(parent: JobProgressUI) {
val completeWidth = "width: %s%%".format((completed.toDouble/total)*100)
val startWidth = "width: %s%%".format((started.toDouble/total)*100)
<div class="progress" style ="margin-bottom: 0px">
<div class="progress" style="height: 15px; margin-bottom: 0px">
<div class="bar" style={completeWidth}></div>
<div class="bar bar-info" style={startWidth}></div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment