aboutsummaryrefslogtreecommitdiff
path: root/budget/static
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-10-18 18:39:38 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-10-18 18:39:38 +0200
commit4e1819523f50114ce5e3f0524fc27eb85701da37 (patch)
treec5c858712fceab95532e5b99a013376938ee86c3 /budget/static
parentb88b317faa8b462c3c932ed59903122a580ae825 (diff)
downloadihatemoney-mirror-4e1819523f50114ce5e3f0524fc27eb85701da37.zip
ihatemoney-mirror-4e1819523f50114ce5e3f0524fc27eb85701da37.tar.gz
ihatemoney-mirror-4e1819523f50114ce5e3f0524fc27eb85701da37.tar.bz2
Minor changes to the slidebar. See #34
Diffstat (limited to 'budget/static')
-rw-r--r--budget/static/main.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/budget/static/main.css b/budget/static/main.css
index 7a0e974..0dfffb8 100644
--- a/budget/static/main.css
+++ b/budget/static/main.css
@@ -16,18 +16,21 @@ div.topbar ul.secondary-nav { padding-right: 75px; }
.sidebar {
background-color: #ABE128;
- background-image: url("gradient.png");
- background-position: center top;
- background-position-x: 50%;
- background-position-y: 0%;
+ background-position: center bottom;
background-repeat: no-repeat;
height: 100%;
width: 220px;
padding-left: 10px;
padding-right: 10px;
+ padding-top: 10px;
+ margin-left: -10px;
+ margin-top: -10px;
+ margin-right: 15px;
+ color: black;
+
}
.sidebar h2 { text-align: center; }
-.sidebar button{ margin-top: 10px; float: right; }
+.sidebar button { margin-top: 10px; float: right; }
.right h3 { float: right; }
#bills { color: black; }