From 279742300836ff4dea123d2636f271edc823312b Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Sat, 1 Oct 2016 15:56:51 -0400 Subject: [PATCH] Alert on main page button click --- hourglass/client/login/login.css | 3 +-- hourglass/client/profile/profile.html | 2 +- hourglass/client/profile/profile.js | 7 +++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/hourglass/client/login/login.css b/hourglass/client/login/login.css index 410e8d1..dfc4adc 100644 --- a/hourglass/client/login/login.css +++ b/hourglass/client/login/login.css @@ -88,8 +88,7 @@ width: 80%; margin: auto; padding-top: 16vh; - background-color: rgba(0, 0, 0, 0.2); - padding-bottom: 4vh; + padding-bottom: 4vh; } .text { diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html index f9e5fec..cf868b0 100644 --- a/hourglass/client/profile/profile.html +++ b/hourglass/client/profile/profile.html @@ -1,6 +1,6 @@