diff options
Diffstat (limited to 'budget/static/main.css')
| -rw-r--r-- | budget/static/main.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index 0dfffb8..7995295 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -19,7 +19,7 @@ div.topbar ul.secondary-nav { padding-right: 75px; } background-position: center bottom; background-repeat: no-repeat; height: 100%; - width: 220px; + width: 230px; padding-left: 10px; padding-right: 10px; padding-top: 10px; @@ -27,10 +27,12 @@ div.topbar ul.secondary-nav { padding-right: 75px; } margin-top: -10px; margin-right: 15px; color: black; - + position: fixed; } .sidebar h2 { text-align: center; } -.sidebar button { margin-top: 10px; float: right; } +.sidebar button { margin-top: 10px; width: 75px;} + +#table_overflow { overflow-y: auto; overflow-x: hidden; width: 235px; } .right h3 { float: right; } #bills { color: black; } @@ -104,6 +106,7 @@ div.topbar ul.secondary-nav { padding-right: 75px; } margin-top: 30px; position: fixed; bottom: 0px; + height: 20px; width: 100%; text-align: center; background-color: #fff; |
