CSS + présentation du login
This commit is contained in:
parent
2278f837cb
commit
0216e0c1e1
@ -1368,6 +1368,12 @@ th.col12 {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
#userLoginCaptcha,
|
||||
#formcaptcha {
|
||||
width: 20%;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
* Couleur des icônes + et -
|
||||
|
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
<?php if ($this->getData(['config', 'connect','captcha'])): ?>
|
||||
<div class="row">
|
||||
<div class="col8 offset2">
|
||||
<div class="col12 textAlignCenter">
|
||||
<?php echo template::captcha('userLoginCaptcha'); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user