From bb4624b1b73d48e96e3c26554a9f756b929c34d4 Mon Sep 17 00:00:00 2001 From: msingh45 Date: Thu, 4 Mar 2021 23:41:13 -0700 Subject: Added padding fix for download button Ensures styling consistency and cohesion --- templates/layout.html | 10 ++++++++-- 1 file 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 { -- cgit v1.2.3-54-g00ecf