aboutsummaryrefslogtreecommitdiff
path: root/web/public/stylesheets/style.css
diff options
context:
space:
mode:
authorSamarth-Agarwal1 <agarwalsamarth@hotmail.com>2019-03-26 21:13:18 +0000
committerGitHub <noreply@github.com>2019-03-26 21:13:18 +0000
commitdab5626549cffd2be33ab41928a14fa631fffd2b (patch)
tree4f181114e3a1b9fcf6442b9a96424f31aabd437c /web/public/stylesheets/style.css
parentc0723a3b208c560e183aa78464699d6d8e4ce8ef (diff)
parent933d8276bde1617e3d7cc4aec53c9ba7112ef11b (diff)
Merge pull request #45 from csc301-winter-2019/feat/30
Feat/30
Diffstat (limited to 'web/public/stylesheets/style.css')
-rw-r--r--web/public/stylesheets/style.css29
1 files changed, 23 insertions, 6 deletions
diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css
index ece8da4..5f39fcf 100644
--- a/web/public/stylesheets/style.css
+++ b/web/public/stylesheets/style.css
@@ -64,20 +64,37 @@ a {
overflow-wrap: break-word;
word-wrap: break-word;
}
-#close-btn-container {
+#btn-container {
height: 30px;
top: 250px;
background-color: lightgrey;
width: 350px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
+ text-align: center;
}
-#close-btn {
- background-color: red;
+.details-btn {
position: relative;
margin-top: 4px;
- float: right;
- margin-right: 20px;
+ margin-bottom: 4px;
border-radius: 10px;
- width: 100px;
+ font-size: 18px;
+ padding: 10px;
+}
+#pending-btn {
+ background-color: orange;
+ float: left;
+ margin-left: 10px;
+}
+
+#completed-btn {
+ background-color: #2bbd2b;
+ float: left;
+ margin-left: 10px;
+}
+
+#close-btn {
+ background-color: red;
+ float: right;
+ margin-right: 10px;
}