diff options
author | msingh45 <msingh45@asu.edu> | 2021-03-04 23:46:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 23:46:29 -0700 |
commit | 078d029ba2973151adf73e4a83a1e217396c0ab1 (patch) | |
tree | 4be156a5d093d8ca710478df03e813c5f770dc17 | |
parent | a164fd4aad6406900de2bc443e31e580b46550fc (diff) | |
download | crane-078d029ba2973151adf73e4a83a1e217396c0ab1.tar.gz crane-078d029ba2973151adf73e4a83a1e217396c0ab1.zip |
Added new button download CSS
-rw-r--r-- | templates/admin.html | 2 |
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> |