diff options
Diffstat (limited to 'web/public/stylesheets')
| -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; } |
