From b4cb9651ce1630715ecc62a1907c46af403ddda3 Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 11 Nov 2016 15:50:32 -0800 Subject: [PATCH] Removed redundant CSS --- modules/shared/templates/components.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/shared/templates/components.css b/modules/shared/templates/components.css index 2d0b38a87..0f23a2f16 100644 --- a/modules/shared/templates/components.css +++ b/modules/shared/templates/components.css @@ -64,10 +64,10 @@ } .pcjs-progress-bar { height: 20px; - width: 0%; /* this will be updated pragmatically */ + width: 0; /* this will be updated pragmatically */ background-color: gold; position: absolute; - top: 0px; + top: 0; } .pcjs-progress-text { height: 20px; @@ -76,7 +76,7 @@ line-height: 20px; text-align: center; position: absolute; - top: 0px; + top: 0; z-index: 1; } .pcjs-register { @@ -192,7 +192,7 @@ .pcjs-switch { height: 10px; width: 28px; - margin-top: 0%; + margin-top: 0; max-width: 90%; background-color: #00ff00; }