From afb3486268986ac584dfa0713409a5bd65f3da86 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Wed, 7 Sep 2016 20:04:51 -0400 Subject: [PATCH] CSS fixes --- hourglass/client/main/main.css | 9 +++-- hourglass/client/main/main.html | 58 ++++++++++++++------------- hourglass/client/main/main.js | 9 ++--- hourglass/client/profile/profile.html | 54 ++++++++++++------------- hourglass/lib/constants.js | 2 +- 5 files changed, 68 insertions(+), 64 deletions(-) diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css index 2fc4c87..4db2401 100644 --- a/hourglass/client/main/main.css +++ b/hourglass/client/main/main.css @@ -137,9 +137,13 @@ input, textarea { resize: none; } +header h1 { + font-size: 3.5vh; +} + header h2 { font-weight: 400; - padding: 0.6%; + padding: 1vh; padding-left: 0; float: left; } @@ -197,7 +201,7 @@ header h2 { #dropdown img{ width: 4vh; height: 4vh; - margin: -2.2vh 0 0 -2.2vh; + margin: -2.5vh 0 0 -2.2vh; cursor: pointer; position: absolute; @@ -1072,7 +1076,6 @@ header h2 { #userDropdownAvatar { width: 100%; height: 16vh; - background-color: rgba(0,0,0,0.1); position: relative; } diff --git a/hourglass/client/main/main.html b/hourglass/client/main/main.html index b70851b..0578810 100644 --- a/hourglass/client/main/main.html +++ b/hourglass/client/main/main.html @@ -54,9 +54,9 @@

Theme:

{{pref 'theme'}} -
-

Light

-

Dark

+
+

Light

+

Dark

@@ -64,9 +64,9 @@

Default Mode:

{{pref 'mode'}}
-
-

Classes

-

Calendar

+
+

Classes

+

Calendar

@@ -74,12 +74,12 @@

Hide Homework:

{{pref 'timeHide'}}
-
-

1 Day

-

2 Days

-

1 Week

-

1 Month

-

Never

+
+

1 Day

+

2 Days

+

1 Week

+

1 Month

+

Never

@@ -87,9 +87,9 @@

Hide Done:

{{pref 'done'}}
-
-

Yes

-

No

+
+

Yes

+

No

@@ -134,12 +134,12 @@ Type: {{work 'type'}} -
-

Normal

-

Quiz

-

Test

-

Project

-

Other

+
+

Normal

+

Quiz

+

Test

+

Project

+

Other