aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/layout.html10
1 files changed, 8 insertions, 2 deletions
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 {