mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16612] Restructure HTML of Terms PP COPPA
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 -->
|
||||
<p><!-- IF S_SHOW_COPPA -->{L_COPPA_BIRTHDAY}<!-- ELSE -->{L_TERMS_OF_USE}<!-- ENDIF --></p>
|
||||
<div class="agreement-text"><!-- IF S_SHOW_COPPA -->{L_COPPA_BIRTHDAY}<!-- 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>
|
||||
<p>{AGREEMENT_TEXT}</p>
|
||||
<div class="agreement-text">{AGREEMENT_TEXT}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -361,6 +361,12 @@ dd.option {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.agreement-text {
|
||||
font-size: 1.0em;
|
||||
line-height: 1.4em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
dl.faq {
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.1em;
|
||||
|
Reference in New Issue
Block a user