MDL-44486 core: Rewrite JavaScript progressbar

This commit is contained in:
Andrew Nicols
2014-05-12 15:29:47 +08:00
parent 730d717183
commit 72704adf03
6 changed files with 54 additions and 44 deletions
@@ -2239,3 +2239,8 @@ body.lockscroll {
margin-right: 25px;
}
}
.progressbar_container {
max-width: 500px;
margin: 0 auto;
}
File diff suppressed because one or more lines are too long