aboutsummaryrefslogtreecommitdiff
path: root/budget/static/main.css
diff options
context:
space:
mode:
authorArnaud Bos <arnaud.tlse@gmail.com>2011-11-01 12:57:12 +0100
committerArnaud Bos <arnaud.tlse@gmail.com>2011-11-01 12:57:12 +0100
commit7f805b63cad10b83833151460b24265608d10c3b (patch)
tree32791611c2229789f5a95641577e4b45aadc1e2d /budget/static/main.css
parent39158b4fc883ededfe6acdf6fb4c24ac2a6fbd0f (diff)
downloadihatemoney-mirror-7f805b63cad10b83833151460b24265608d10c3b.zip
ihatemoney-mirror-7f805b63cad10b83833151460b24265608d10c3b.tar.gz
ihatemoney-mirror-7f805b63cad10b83833151460b24265608d10c3b.tar.bz2
Improvement of the sidebar look. Related to #34. Fix #52.
Diffstat (limited to 'budget/static/main.css')
-rw-r--r--budget/static/main.css9
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;