This commit is contained in:
liumengyi
2023-03-29 13:36:16 +08:00
parent 64ccf3e306
commit eb182b1874
6 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
.modal-dialog {width: 75%;}
form {margin-bottom: 100px; padding-left: 65px;}
form {margin-bottom: 100px;}
table {width: 90% !important;}
#whiteListBox div.input-group {margin-bottom: 2px;}
#whiteListBox .input-group:last-child {margin-top: 10px;}
+1 -1
View File
@@ -75,7 +75,7 @@
</td>
</tr>
<tr>
<td class='text-center form-actions' colspan='2'><?php echo html::submitButton();?></td>
<td class='text-center form-actions' colspan='3'><?php echo html::submitButton();?></td>
</tr>
</table>
</form>