Improve test driver progress bar CSS

Keep the label from moving with the progress bar in Firefox
This commit is contained in:
David Greenspan
2014-08-16 11:03:37 -07:00
parent 149fbe942c
commit 0c9d5337aa

View File

@@ -5,6 +5,7 @@ body {
#testProgressBar {
margin-top: 10px;
position: relative;
}
.header {
@@ -128,8 +129,7 @@ body {
.in-progress {
position: absolute;
padding-left: 10px;
top: 10px;
left: 10px;
z-index: 2;
}