From 96f7962acfe512fdeab669cacb8900e134ad70ba Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Wed, 7 Sep 2016 00:36:33 -0400 Subject: [PATCH] admin classes css fix --- hourglass/client/profile/profile.css | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index 38b3c8b..a764be5 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -77,7 +77,7 @@ #motdBox { width: 100%; height: 5%; - margin-top: -0.3%; + margin-top: -0.5vh; padding: 0.5% 0 0.5% 0; background-color: #0D0D0D; @@ -494,15 +494,16 @@ } #createdClasses { - width: 25%; + width: 35vw; + height: 73vh; margin-right: -40%; - padding: 2.5%; + padding: 2.5% 0 2.5% 2.5%; border-top: 5px solid #27646D; box-shadow: -1px 2px 5px 1px #444; position: absolute; - top: 20%; + top: 10vh; right: 0; -webkit-transition: margin 0.4s ease; @@ -521,8 +522,9 @@ } #copy, #deleteClass { + width: auto !important; margin-left: 1%; - padding: 2%; + padding: 2% !important; background-color: rgba(0,0,0,0.2); cursor: pointer; @@ -549,11 +551,14 @@ } #createdClasses h4 { - width: 25%; + font-size: 2.5vh; + width: 8vw; padding-right: 0; } #createdClasses .fa-plus { + margin: 1% 0 0 1%; + padding: 1vh; cursor: pointer; -webkit-transition: color 0.4s ease; @@ -566,6 +571,9 @@ color: #519C39; } +#moderatorCont, #bannedCont { + margin-bottom: 3%; +} .userHolder { width: 100%; max-height: 10vh; @@ -589,6 +597,7 @@ .email, .realname { margin-right: 5%; + cursor: pointer; } .email:hover, .realname:hover { @@ -613,9 +622,10 @@ } #deleteClass { - font-size: 150%; - width: 29%; - margin: 5% 30% 0 30%; + font-size: 3vh; + width: 28% !important; + margin: auto !important; + text-align: center; } #changeAdmin span {