diff options
| author | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-10-18 04:30:34 +0200 |
|---|---|---|
| committer | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-10-18 04:30:34 +0200 |
| commit | c3b3e2f770173b4d2ac52497aeca702537e0e755 (patch) | |
| tree | ebed4331fccdbb1c75ec97e51a76e91a7a0f4718 /budget/static | |
| parent | 1486b20ac9bb50b8f053a735802b601608152040 (diff) | |
| download | ihatemoney-mirror-c3b3e2f770173b4d2ac52497aeca702537e0e755.zip ihatemoney-mirror-c3b3e2f770173b4d2ac52497aeca702537e0e755.tar.gz ihatemoney-mirror-c3b3e2f770173b4d2ac52497aeca702537e0e755.tar.bz2 | |
Paint sidebar in green. Close #34
Diffstat (limited to 'budget/static')
| -rw-r--r-- | budget/static/main.css | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index 45e4152..7a0e974 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -2,7 +2,7 @@ @import url(http://fonts.googleapis.com/css?family=Lobster|Comfortaa); @import "jquery/jquery-ui.css"; -html body{ +html, body{ height: 100%; } @@ -14,6 +14,18 @@ div.topbar ul.secondary-nav { padding-right: 75px; } .positive { color: green; } .negative { color: red; } +.sidebar { + background-color: #ABE128; + background-image: url("gradient.png"); + background-position: center top; + background-position-x: 50%; + background-position-y: 0%; + background-repeat: no-repeat; + height: 100%; + width: 220px; + padding-left: 10px; + padding-right: 10px; +} .sidebar h2 { text-align: center; } .sidebar button{ margin-top: 10px; float: right; } @@ -87,7 +99,7 @@ div.topbar ul.secondary-nav { padding-right: 75px; } #footer{ margin-top: 30px; - position: relative; + position: fixed; bottom: 0px; width: 100%; text-align: center; @@ -97,7 +109,6 @@ div.topbar ul.secondary-nav { padding-right: 75px; } .identifier{ float: right; - margin-top: -15px; } .password-reminder{ |
