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