]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
move css
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Mon, 5 Oct 2015 20:49:46 +0000 (22:49 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Mon, 5 Oct 2015 20:49:46 +0000 (22:49 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig

index eb33f042e66092d22212e3a2dc814a9d05701f87..10f9a166b51a734beb8a62325930222dc7c8f11a 100755 (executable)
@@ -24,6 +24,10 @@ body {
     background: #f0f0f0;
 }
 
+body.login main {
+    padding: 0;
+}
+
 #warning_message {
     position: fixed;
     background-color: #ff6347;
index 0305ea45c4820d42533166ef9a61c83715ab9163..a69e68c2bc4830c99bd133b53187f91b6a94adae 100644 (file)
@@ -2,6 +2,8 @@
 
 {% block title %}Welcome on wallabag!{% endblock %}
 
+{% block body_class %}login{% endblock %}
+
 {% block menu %}{% endblock %}
 {% block messages %}{% endblock %}
 
         </div>
     </div>
 </main>
-<style>
-    main {
-        padding: 0;
-    }
-</style>
 {% endblock %}
 
 {% block footer %}