Fixed progress bar styling

This commit is contained in:
Victoria Wang 2014-04-23 17:40:14 -07:00
parent 7ed2839cf2
commit ce8fd9df04
2 changed files with 5 additions and 1 deletions

View file

@ -220,6 +220,7 @@
position: relative;
margin-top: 14px;
height: 10px;
overflow: hidden;
}
.files .progress-bar .progress {
background: #E93250;
@ -236,6 +237,9 @@
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
position: relative;
overflow: hidden;
display:block;
}
.file {
float: left;

File diff suppressed because one or more lines are too long