Skip to content

Commit ccbfef7

Browse files
committed
Improve spaces between text slightly
1 parent 1dbb4d7 commit ccbfef7

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

web/templates/admin/add_user.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</tr>
7575
<tr>
7676
<td class="vst-text">
77-
<p><?php print('Your password must have at least');?></p>
77+
<?php print('Your password must have at least');?>
7878
<ul>
7979
<li><?php print('8 characters long');?></li>
8080
<li><?php print('1 uppercase & 1 lowercase character');?></li>
@@ -83,7 +83,7 @@
8383
</td>
8484
</tr>
8585
<tr>
86-
<td class="vst-text input-label">
86+
<td class="vst-text ">
8787
<?php print __('Contact');?>
8888
</td>
8989
</tr>
@@ -103,7 +103,7 @@
103103
</td>
104104
</tr>
105105
<tr>
106-
<td>
106+
<td class="vst-text input-label">
107107
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_email_notice" id='v_email_notify' value="" tabindex="5" /> <?php print __('Send welcome email');?></label>
108108
</td>
109109
</tr>

web/templates/admin/edit_user.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@
7979
</tr>
8080
<tr>
8181
<td class="vst-text">
82-
<p id="password-strength-text"></p>
83-
<p><?php print('Your password must have at least');?></p>
82+
<?php print('Your password must have at least');?>
8483
<ul>
8584
<li><?php print('8 characters long');?></li>
8685
<li><?php print('1 uppercase & 1 lowercase character');?></li>

web/templates/user/edit_user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</tr>
8080
<tr>
8181
<td class="vst-text">
82-
<p><?php print('Your password must have at least');?></p>
82+
<?php print('Your password must have at least');?>
8383
<ul>
8484
<li><?php print('8 characters long');?></li>
8585
<li><?php print('1 uppercase & 1 lowercase character');?></li>

0 commit comments

Comments
 (0)