aboutsummaryrefslogtreecommitdiff
path: root/templates/admin.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-03-06 15:49:47 -0700
committerJordan <me@jordan.im>2021-03-06 15:49:47 -0700
commit820ee67b0d5f1537b400bc420906b8d326093deb (patch)
treee038ed3677fe1b73aabf092e848840d48e54d8cf /templates/admin.html
parent004898d625598501427ab593c45612bfcc25fd90 (diff)
downloadcrane-820ee67b0d5f1537b400bc420906b8d326093deb.tar.gz
crane-820ee67b0d5f1537b400bc420906b8d326093deb.zip
separate btn into two classes
Diffstat (limited to 'templates/admin.html')
-rw-r--r--templates/admin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin.html b/templates/admin.html
index 1c0f0ab..22b0e0a 100644
--- a/templates/admin.html
+++ b/templates/admin.html
@@ -20,7 +20,7 @@
<td class='inpt'>
<form method='post' action='/admin/add/'>
<input type='text' name='dl-paper' placeholder="URL or DOI" value=''/>
- <select class="btn" name="dl-category" id="category">
+ <select class="sel" name="dl-category" id="category">
{{ $lastUsedCategory := .LastUsedCategory }}
{{ if $lastUsedCategory }}
<option value="{{ .LastUsedCategory }}">{{ $lastUsedCategory }}</option>
@@ -31,7 +31,7 @@
{{ end }}
{{ end }}
</select>
- <input class="btn btn-download" type="submit" value="Download" />
+ <input class="btn" type="submit" value="Download" />
</form>
</td>
</tr>