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:
@@ -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>
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user