mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Graphic integration oauth correction
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<div id="hello-box" class="span6 offset3">
|
||||
<p class="login_hello">
|
||||
{% trans %}
|
||||
Hello {{username}} !
|
||||
Hello {{username}}
|
||||
{% endtrans %}
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user