diff options
| author | Samarth-Agarwal1 <agarwalsamarth@hotmail.com> | 2019-03-27 03:33:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-27 03:33:46 +0000 |
| commit | fc62e88171e4d2bcf4128550bd278ece6227891e (patch) | |
| tree | 3847d8b8eedb37d2706ba78a6924133407aca419 /web/public/stylesheets/style.css | |
| parent | e25574cb1c6820948d3050d450bb172d91d29e64 (diff) | |
| parent | 337d5e8d948797077b9683e8c5617af48473f3a5 (diff) | |
Merge pull request #49 from csc301-winter-2019/revert-45-feat/30
Revert "Feat/30"
Diffstat (limited to 'web/public/stylesheets/style.css')
| -rw-r--r-- | web/public/stylesheets/style.css | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css index 5f39fcf..ece8da4 100644 --- a/web/public/stylesheets/style.css +++ b/web/public/stylesheets/style.css @@ -64,37 +64,20 @@ a { overflow-wrap: break-word; word-wrap: break-word; } -#btn-container { +#close-btn-container { height: 30px; top: 250px; background-color: lightgrey; width: 350px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; - text-align: center; -} -.details-btn { - position: relative; - margin-top: 4px; - margin-bottom: 4px; - border-radius: 10px; - 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; + position: relative; + margin-top: 4px; float: right; - margin-right: 10px; + margin-right: 20px; + border-radius: 10px; + width: 100px; } |
