From a9c10ee99056023cb92fd003922329eec9f96202 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Wed, 12 Apr 2017 23:16:45 -0400 Subject: [PATCH] Partial small fixes --- hourglass/client/main/main.css | 6 +++++- hourglass/client/main/main.html | 4 ++-- hourglass/client/profile/mProfile.html | 2 +- hourglass/client/profile/profile.html | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css index 23a65ee..ccc9f0f 100644 --- a/hourglass/client/main/main.css +++ b/hourglass/client/main/main.css @@ -1,4 +1,4 @@ -/* CSS Code Styling + /* CSS Code Styling Tag { Always spaces between values Font: Height @@ -1050,6 +1050,10 @@ textarea.clickModify { box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.1); } +.fc-content { + cursor: pointer; +} + .fc-slats, .fc-content-skeleton { pointer-events: none; } diff --git a/hourglass/client/main/main.html b/hourglass/client/main/main.html index c4a1076..db171a5 100644 --- a/hourglass/client/main/main.html +++ b/hourglass/client/main/main.html @@ -122,7 +122,7 @@
- {{work 'creator'}} + {{work 'creatorname'}}
@@ -216,7 +216,7 @@

{{name}}

- {{creator}} + {{creatorname}}
{{dueDate}} diff --git a/hourglass/client/profile/mProfile.html b/hourglass/client/profile/mProfile.html index 77ac012..4aea1c8 100644 --- a/hourglass/client/profile/mProfile.html +++ b/hourglass/client/profile/mProfile.html @@ -7,7 +7,7 @@
- +
diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html index 272b126..8b4458f 100644 --- a/hourglass/client/profile/profile.html +++ b/hourglass/client/profile/profile.html @@ -16,7 +16,7 @@
-

**Grade:

+

**Graduation Year:

{{#each selectOptions 'grade'}}