From d9d2ffb1aedfc6af89d4be0c3f2a00eae9a62934 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Tue, 1 Nov 2016 00:32:42 -0400 Subject: [PATCH] Fixed login CSS --- hourglass/client/login/login.css | 28 +++++----------------------- hourglass/client/login/login.html | 1 - 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/hourglass/client/login/login.css b/hourglass/client/login/login.css index 5283895..a44b351 100644 --- a/hourglass/client/login/login.css +++ b/hourglass/client/login/login.css @@ -7,15 +7,6 @@ border-collapse: collapse; } -#bottomBar { - width: 100%; - height: 4px; - background-color: #33ADFF; - position: absolute; - top: 11vh; - z-index: 51; -} - #loginHeader { font-weight: 600; width: 100%; @@ -48,14 +39,12 @@ height: 11vh; line-height: 11vh; padding: 0 0 0 1vw; - - -webkit-filter: none; - filter: none; + margin: 0; } #loginMain { width: 100%; - height: 84vh; + height: 83vh; display: table-row; position: absolute; @@ -63,15 +52,14 @@ } #bannerBg { - margin-top: 1%; - height: 86vh; + min-width: 100vw; + height: 83vh; position: fixed; - top: 50%; left: 50%; z-index: -1; - transform:translate(-50%, -50%); + transform:translateX(-50%); } #circle { @@ -104,9 +92,6 @@ .text { text-align: center; color: #FFF; - - -webkit-filter: drop-shadow(2px 2px 5px #444); - filter: drop-shadow(2px 2px 5px #444); } h2.text { @@ -174,9 +159,6 @@ p.text { line-height: 6vh; display: inline-block; - - -webkit-filter: drop-shadow(2px 2px 5px #444); - filter: drop-shadow(2px 2px 5px #444); } #version { diff --git a/hourglass/client/login/login.html b/hourglass/client/login/login.html index 7f4ca94..fc12bcb 100644 --- a/hourglass/client/login/login.html +++ b/hourglass/client/login/login.html @@ -4,7 +4,6 @@

Hourglass

-