From 7f805b63cad10b83833151460b24265608d10c3b Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Tue, 1 Nov 2011 12:57:12 +0100 Subject: Improvement of the sidebar look. Related to #34. Fix #52. --- budget/static/main.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'budget/static/main.css') 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; -- cgit v1.1