From 160d50af1f3c07528dc76c5ca936f59ed852d7f9 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Tue, 6 Sep 2016 19:28:36 -0400 Subject: [PATCH] CSS fixes for profile --- hourglass/client/main/main.css | 3 +++ hourglass/client/profile/profile.css | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css index bc2fc2e..a70ed24 100644 --- a/hourglass/client/main/main.css +++ b/hourglass/client/main/main.css @@ -130,6 +130,9 @@ h4 { input, textarea { font-family: 'Raleway'; + background-color: #FEFEFE; + border: 3px solid #FEFEFE; + border-radius: 3px; resize: none; } diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index b055dfa..e8254b3 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -16,7 +16,7 @@ } .profTitle { - font-size: 150%; + font-size: 3vh; font-weight: 400; margin: 0; margin-bottom: 1%; @@ -404,7 +404,7 @@ } .creInput { - font-size: 120%; + font-size: 2vh; padding: 3%; } @@ -420,8 +420,9 @@ #creSubmit { font-weight: 200; - font-size: 140%; - margin: 0 35% 0 35%; + font-size: 3vh; + width: 13vw; + margin: auto; padding: 2%; background-color: rgba(0,0,0,0.25);