From bee59d458c1892bc45635374bf660330a704e287 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Mon, 5 Sep 2016 17:19:04 -0400 Subject: [PATCH] Added links to user profile for banned/moderators --- hourglass/client/profile/profile.css | 6 +++--- hourglass/client/profile/profile.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index 8122b60..5693aec 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -583,12 +583,12 @@ display: table; } -.email { +.email, .realname { margin-right: 5%; } -.realname { - margin-right: 5%; +.email:hover, .realname:hover { + text-decoration: underline; } .classBox .fa-times { diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html index 075b52e..7cdd740 100644 --- a/hourglass/client/profile/profile.html +++ b/hourglass/client/profile/profile.html @@ -270,8 +270,8 @@