aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
authorArnaud Bos <arnaud.tlse@gmail.com>2011-10-18 04:30:34 +0200
committerArnaud Bos <arnaud.tlse@gmail.com>2011-10-18 04:30:34 +0200
commitc3b3e2f770173b4d2ac52497aeca702537e0e755 (patch)
treeebed4331fccdbb1c75ec97e51a76e91a7a0f4718 /budget/templates/layout.html
parent1486b20ac9bb50b8f053a735802b601608152040 (diff)
downloadihatemoney-mirror-c3b3e2f770173b4d2ac52497aeca702537e0e755.zip
ihatemoney-mirror-c3b3e2f770173b4d2ac52497aeca702537e0e755.tar.gz
ihatemoney-mirror-c3b3e2f770173b4d2ac52497aeca702537e0e755.tar.bz2
Paint sidebar in green. Close #34
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index 82b6ce9..55650d2 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -40,7 +40,7 @@
});
</script>
</head>
-<body>
+<body style="margin-top: 50px;">
{% macro translations() %}
<li {% if g.lang == "fr" %}class="active"{% endif %}><a href="{{ url_for(".change_lang", lang="fr") }}">fr</a></li>
<li {% if g.lang == "en" %}class="active"{% endif %}><a href="{{ url_for(".change_lang", lang="en") }}">en</a></li>
@@ -77,9 +77,9 @@
</div>
{% block header %}{% endblock %}
{% block container %}
-<div class="container-fluid" style="margin-top: 40px">
+<div class="container-fluid" style="height: 100%; padding-left: 10px;">
<div class="sidebar">{% block sidebar %}{% endblock %}</div>
- <div class="content">
+ <div class="content" style="margin-left: 250px;">
{% for message in get_flashed_messages() %}
<div class="flash alert-message info"><p>{{ message }}</p></div>
{% endfor %}