Reduce font-size for register explanations

This commit is contained in:
yflory 2017-02-13 12:54:34 +01:00
parent f93e121763
commit 25dd103f6f
3 changed files with 8 additions and 1 deletions

View File

@ -799,6 +799,10 @@ html.cp,
font-size: 28px;
line-height: 1.5em;
}
.cp #main #data p.register-explanation,
.cp #main_other #data p.register-explanation {
font-size: 18px;
}
.cp #main #data h1,
.cp #main_other #data h1,
.cp #main #data h2,

View File

@ -339,6 +339,9 @@ body.html {
padding: 0;
font-size: 28px;
line-height: 1.5em;
&.register-explanation {
font-size: 18px;
}
}
h1, h2 {
font-weight: normal;

View File

@ -55,7 +55,7 @@
<div id="main-container">
<div id="data" class="hidden">
<h1 data-localization="register_header"></h1><br />
<p class="left" data-localization="register_explanation"><!-- Zero Knowledge collaborative realtime editor. Protected from the NSA. --></p>
<p class="left register-explanation" data-localization="register_explanation"><!-- Zero Knowledge collaborative realtime editor. Protected from the NSA. --></p>
</div>
<div id="userForm" class="form-group hidden">