mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Improve test driver progress bar CSS
Keep the label from moving with the progress bar in Firefox
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user