1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/16612] Change class names from agreement text

PHPBB3-16612
This commit is contained in:
Christian Schnegelberger
2020-10-08 21:02:41 +02:00
parent 794ad66896
commit 604b3f49b7
3 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
<div class="content">
<h2 class="sitename-title">{SITENAME} - {L_REGISTRATION}</h2>
<!-- EVENT ucp_agreement_terms_before -->
<div class="agreement-text"><!-- IF S_SHOW_COPPA --><p>{L_COPPA_BIRTHDAY}</p><!-- ELSE -->{L_TERMS_OF_USE}<!-- ENDIF --></div>
<div class="agreement"><!-- IF S_SHOW_COPPA --><p class="agreement-text">{L_COPPA_BIRTHDAY}</p><!-- ELSE -->{L_TERMS_OF_USE}<!-- ENDIF --></div>
<!-- EVENT ucp_agreement_terms_after -->
</div>
</div>
@@ -62,7 +62,7 @@
<div class="inner">
<div class="content">
<h2 class="sitename-title">{SITENAME} - {AGREEMENT_TITLE}</h2>
<div class="agreement-text">{AGREEMENT_TEXT}</div>
<div class="agreement">{AGREEMENT_TEXT}</div>
</div>
</div>
</div>

View File

@@ -361,11 +361,11 @@ dd.option {
line-height: 1.4em;
}
.agreement-text {
.agreement {
font-size: 10px;
}
.agreement-text p {
.agreement .agreement-text {
line-height: 17px;
margin-bottom: 10px;
}