diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css | 4 | ||||
-rw-r--r-- | src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index eb33f042..10f9a166 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css | |||
@@ -24,6 +24,10 @@ body { | |||
24 | background: #f0f0f0; | 24 | background: #f0f0f0; |
25 | } | 25 | } |
26 | 26 | ||
27 | body.login main { | ||
28 | padding: 0; | ||
29 | } | ||
30 | |||
27 | #warning_message { | 31 | #warning_message { |
28 | position: fixed; | 32 | position: fixed; |
29 | background-color: #ff6347; | 33 | background-color: #ff6347; |
diff --git a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig index 0305ea45..a69e68c2 100644 --- a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig | |||
@@ -2,6 +2,8 @@ | |||
2 | 2 | ||
3 | {% block title %}Welcome on wallabag!{% endblock %} | 3 | {% block title %}Welcome on wallabag!{% endblock %} |
4 | 4 | ||
5 | {% block body_class %}login{% endblock %} | ||
6 | |||
5 | {% block menu %}{% endblock %} | 7 | {% block menu %}{% endblock %} |
6 | {% block messages %}{% endblock %} | 8 | {% block messages %}{% endblock %} |
7 | 9 | ||
@@ -15,11 +17,6 @@ | |||
15 | </div> | 17 | </div> |
16 | </div> | 18 | </div> |
17 | </main> | 19 | </main> |
18 | <style> | ||
19 | main { | ||
20 | padding: 0; | ||
21 | } | ||
22 | </style> | ||
23 | {% endblock %} | 20 | {% endblock %} |
24 | 21 | ||
25 | {% block footer %} | 22 | {% block footer %} |