mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-29 23:05:10 +01:00
move css
This commit is contained in:
parent
d30262154a
commit
e0d188809c
@ -24,6 +24,10 @@ body {
|
|||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.login main {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#warning_message {
|
#warning_message {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: #ff6347;
|
background-color: #ff6347;
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
{% block title %}Welcome on wallabag!{% endblock %}
|
{% block title %}Welcome on wallabag!{% endblock %}
|
||||||
|
|
||||||
|
{% block body_class %}login{% endblock %}
|
||||||
|
|
||||||
{% block menu %}{% endblock %}
|
{% block menu %}{% endblock %}
|
||||||
{% block messages %}{% endblock %}
|
{% block messages %}{% endblock %}
|
||||||
|
|
||||||
@ -15,11 +17,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<style>
|
|
||||||
main {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user