cosmetic changes to the login widget
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 13 Nov 2013 09:48:51 +0000 (10:48 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 13 Nov 2013 09:48:51 +0000 (10:48 +0100)
auth/static/css/login.css
auth/templates/widget-login.html

index bcb25da..f31fe71 100644 (file)
@@ -1,4 +1,5 @@
 p.login-status {
+    padding-top: 10px;
     font-weight: bold;
 }
 
index ffb6244..37fb938 100644 (file)
@@ -1,7 +1,6 @@
 {% insert_str prelude 'css/login.css' %}
 <p class='login-status'> {{ state }} </p>
-<!--<a href="/" alt="Home"><img class="logo" src="{{ STATIC_URL }}img/myslice-logo.png" alt="MySlice" /></a>-->
-<div class='well well-lg'>
+<div class='well'>
 <form action="/login/" method="post">
   {% csrf_token %}
   {% if next %}