aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/admin.html2
-rw-r--r--templates/layout.html10
2 files changed, 9 insertions, 3 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>
diff --git a/templates/layout.html b/templates/layout.html
index ae89ff1..df61c42 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -58,8 +58,14 @@ div#crane .btn {
display: inline;
background: #e9ecef;
border: #343a40 1px solid;
- padding: 2px 8px;
- border-radius: 0;
+ padding: 2px 8px;
+ border-radius: 0;
+}
+
+.btn-download
+{
+ padding-top: 3px;
+ padding-bottom: 3px;
}
div#crane table {