Commit 4bbc9ec4 authored by Michal Čihař's avatar Michal Čihař

Style for header

parent 4d5105b2
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</head> </head>
<body> <body>
<h1>{% include "title.html" %}</h1> <h1 class="ui-state-default">{% include "title.html" %}</h1>
<ul class="menu"> <ul class="menu">
{% if user.is_authenticated %} {% if user.is_authenticated %}
...@@ -55,8 +55,10 @@ ...@@ -55,8 +55,10 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<div class="content">
{% block content %} {% block content %}
{% endblock %} {% endblock %}
</div>
<ul class="footer"> <ul class="footer">
<li>{% blocktrans %}Powered by <a href="http://weblate.org">Weblate {{ version }}</a>{% endblocktrans %}</li> <li>{% blocktrans %}Powered by <a href="http://weblate.org">Weblate {{ version }}</a>{% endblocktrans %}</li>
</ul> </ul>
......
body {
color:black;
background:white;
padding:0;
margin:0;
}
div.content {
margin: 0.5em;
}
td.right { td.right {
text-align: right; text-align: right;
} }
...@@ -22,3 +31,7 @@ table.translator th.source { ...@@ -22,3 +31,7 @@ table.translator th.source {
width: 30em; width: 30em;
max-width: 50%; max-width: 50%;
} }
h1 {
padding: 0.5em;
margin: 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment