From 87925a91903770db551aff2298558da3b867a8a0 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 19:33:09 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 2 +- src/styles/search.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/scripts/search.tag b/src/scripts/search.tag index 8c701b4..9572397 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -21,7 +21,7 @@
- + Type a few words of your course's name or the course code (e.g. PSYCH 2B03)
diff --git a/src/styles/search.css b/src/styles/search.css index dddd84c..f3377f3 100644 --- a/src/styles/search.css +++ b/src/styles/search.css @@ -138,3 +138,7 @@ a { font-size: 15px; width: 50% !important; } + +.help-toast { + font-size: 1em; +}