CSS + présentation du login

This commit is contained in:
Fred Tempez 2020-09-30 17:37:26 +02:00
parent 2278f837cb
commit 0216e0c1e1
2 changed files with 7 additions and 1 deletions

View File

@ -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 -

View File

@ -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>