aboutsummaryrefslogtreecommitdiff
path: root/templates/admin.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-03-05 10:35:38 -0700
committerGitHub <noreply@github.com>2021-03-05 10:35:38 -0700
commit367ba89a03ab128e83a72ac15244d949b5ea1a96 (patch)
tree8caffcae3beed145d51f7959126eb098d29b46da /templates/admin.html
parenta164fd4aad6406900de2bc443e31e580b46550fc (diff)
parent83394fd538bca2f24cddcb49a7ede5a06562b636 (diff)
downloadcrane-367ba89a03ab128e83a72ac15244d949b5ea1a96.tar.gz
crane-367ba89a03ab128e83a72ac15244d949b5ea1a96.zip
Merge pull request #2 from msingh45/patch-2
make dl button same size as select
Diffstat (limited to 'templates/admin.html')
-rw-r--r--templates/admin.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.html b/templates/admin.html
index 697b391..1c0f0ab 100644
--- a/templates/admin.html
+++ b/templates/admin.html
@@ -31,7 +31,7 @@
{{ end }}
{{ end }}
</select>
- <input class='btn' type="submit" value="Download" />
+ <input class="btn btn-download" type="submit" value="Download" />
</form>
</td>
</tr>