From 8c81bbac1024e6f8c0b378e80da6bb774c56f92a Mon Sep 17 00:00:00 2001 From: Samarth Agarwal Date: Tue, 26 Mar 2019 16:47:29 -0400 Subject: Modified some CSS properties of buttons in point details sidebar. --- web/public/stylesheets/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css index 85ebb2d..5f39fcf 100644 --- a/web/public/stylesheets/style.css +++ b/web/public/stylesheets/style.css @@ -76,8 +76,10 @@ a { .details-btn { position: relative; margin-top: 4px; + margin-bottom: 4px; border-radius: 10px; - width: 95px; + font-size: 18px; + padding: 10px; } #pending-btn { background-color: orange; @@ -86,7 +88,7 @@ a { } #completed-btn { - background-color: #279427; + background-color: #2bbd2b; float: left; margin-left: 10px; } -- cgit v1.2.3