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">
<p class="login_hello">
{% trans %}
Hello {{username}} !
Hello {{username}}
{% endtrans %}
</p>
</div>

View File

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