* Finish task #54471.

This commit is contained in:
zhouxudong
2022-05-19 06:03:18 +00:00
parent cd399239cd
commit 8b6c4b1e38
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
.tip {margin-top: 10px;}
+1 -2
View File
@@ -72,8 +72,7 @@ html,body {height: 100%;}
<?php echo html::submitButton();?>
<?php if(!isonlybody()):?>
<div>
<br>
<span class='text-muted'><?php echo $lang->my->alert;?></span>
<p class='text-muted tip'><?php echo $lang->my->alert;?></p>
</div>
<?php endif;?>
</td>