aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/public/stylesheets/style.css6
1 files changed, 4 insertions, 2 deletions
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;
}