From 0c9d5337aaa4e0d4c455bc4fa1a75db6367c0596 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Sat, 16 Aug 2014 11:03:37 -0700 Subject: [PATCH] Improve test driver progress bar CSS Keep the label from moving with the progress bar in Firefox --- packages/test-in-browser/driver.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/test-in-browser/driver.css b/packages/test-in-browser/driver.css index 7568069fb0..1530170097 100644 --- a/packages/test-in-browser/driver.css +++ b/packages/test-in-browser/driver.css @@ -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; }