Untitled diff

Created Diff never expires
51 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
62 lines
13 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
24 lines
#recaptcha-widget {
/*
display: inline-block;
* Surchargez ce fichier dans votre thème pour personnaliser le module
border: 1px solid #CCCCCC;
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
border-radius: 4px;
*/
border-collapse: collapse;
}
#recaptcha-widget .options {
display: table-cell;
float: none;
margin: 0;
padding: 5px;
height: 100%;
vertical-align: middle;
border-radius: 0 4px 4px 0;
border: none;
}
#recaptcha-widget .options > a,
#recaptcha-widget .options > div {
display: block;
padding: 8px 0;
}
#recaptcha-container {
display: table-cell;
border-right: 1px solid #CCCCCC;
vertical-align: top;
}
#recaptcha-container span,
#recaptcha-container div {
margin: 5px;
}
#recaptcha-container input {
width: 100%;
border: none;
border-top: 1px solid #CCCCCC;
border-radius: 0 0 0 4px;
}
#recaptcha_image {
width: 96% !important;
height: auto !important;
max-width: 100%;
}
#recaptcha_image img {
.grecaptcha-badge {
width: 100%;
bottom: 70px !important;
}
}
@media (max-width: 768px) {
@media (max-width: 768px) {
.grecaptcha-badge {
z-index: 300 !important;
bottom: 60px !important;
}
.g-recaptcha div {
.g-recaptcha div {
width: 100% !important;
width: 101% !important;
}
}
.g-recaptcha iframe {
.g-recaptcha iframe {
max-width: 100%;
max-width: 101%;
}
}
}
}