mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Graphic integration oauth correction
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user