From 4e7fc193fa8a4ba6ab1fff48322229b876b214ad Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 17:47:43 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 2 +- src/styles/search.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/scripts/search.tag b/src/scripts/search.tag index 0d17142..d95f299 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -16,7 +16,7 @@ -
+
function submit(ev) { diff --git a/src/styles/search.css b/src/styles/search.css index 1a7aa07..7f2f07b 100644 --- a/src/styles/search.css +++ b/src/styles/search.css @@ -6,6 +6,12 @@ header { white-space: pre-wrap !important; } +.search-load { + border-radius: 2.9rem !important; + width: 3rem !important; + height: 2.8rem !important; +} + .body { color: #1c75bc; }