Graphic integration oauth correction

This commit is contained in:
Ysolyne Gresille
2012-02-22 11:58:24 +01:00
parent 775420def8
commit c42e92d7f3
2 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@
<div id="hello-box" class="span6 offset3"> <div id="hello-box" class="span6 offset3">
<p class="login_hello"> <p class="login_hello">
{% trans %} {% trans %}
Hello {{username}} ! Hello {{username}}
{% endtrans %} {% endtrans %}
</p> </p>
</div> </div>

View File

@@ -28,11 +28,6 @@ html, body {
/*************** Content-box ***************/ /*************** Content-box ***************/
#hello-box {
padding: 10px;
text-align: center;
}
#content-box { #content-box {
padding: 10px; padding: 10px;
text-align: center; text-align: center;
@@ -72,6 +67,11 @@ p.login_hello {
margin-top: 20px; margin-top: 20px;
} }
#hello-box {
padding: 10px;
text-align: center;
}
#text-box { #text-box {
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0px 0px 10px #DCDCDC; box-shadow: 0px 0px 10px #DCDCDC;