aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorSamarth Agarwal <samarth.agarwal@mail.utoronto.ca>2019-03-26 20:47:29 +0000
committerSamarth Agarwal <samarth.agarwal@mail.utoronto.ca>2019-03-26 20:47:29 +0000
commit8c81bbac1024e6f8c0b378e80da6bb774c56f92a (patch)
tree62d96a33195090f33629747fa856d89ec9282889 /web
parent3e5d5ccde1d1a15357f74c8177640d6e65ce2807 (diff)
Modified some CSS properties of buttons in point details sidebar.feat/30
Diffstat (limited to 'web')
-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;
}