From 3282d861ff57302f975bdcd526e4eaf78357f137 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Thu, 1 Sep 2016 00:28:10 -0400 Subject: [PATCH] Display fixes --- hourglass/client/profile/profile.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index 2e941b6..e9b43b4 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -420,7 +420,7 @@ #mainpage, #logout2 { font-size: 90%; - padding: 0; + padding: 0.3%; background-color: #617C9E; box-shadow: -1px 2px 5px 1px #333; @@ -441,7 +441,8 @@ top: 0; left: 85%; } -#mainpage:active,#logout2:active { + +#mainpage:active, #logout2:active { background-color: #56708D; }