Skip to content

Commit e7f7371

Browse files
committed
design corrections
1 parent d59de4c commit e7f7371

15 files changed

+18
-24
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
417417
*/
418418
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
419419
.ui-dialog .ui-dialog-titlebar { padding: .4em 10pt; position: relative; }
420-
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Georgia; font-style: italic;}
420+
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Georgia; font-style: italic; color: #c69c6d;}
421421
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
422422
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
423423
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

web/templates/admin/list_backup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
echo "$i backup archives ";
7575
}
7676
?>
77-
listed</i></td>
77+
</i></td>
7878
</tr>
7979
</table>

web/templates/admin/list_cron.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@
9191
echo "$i cron jobs ";
9292
}
9393
?>
94-
listed</i></td>
94+
</i></td>
9595
</tr>
9696
</table>

web/templates/admin/list_db.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
echo "$i databases ";
7676
}
7777
?>
78-
listed</i></td>
78+
</i></td>
7979
</tr>
8080
</table>

web/templates/admin/list_dns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
echo "$i dns domains ";
7373
}
7474
?>
75-
listed</i></td>
75+
</i></td>
7676
</tr>
7777
</table>

web/templates/admin/list_dns_rec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
echo "$i dns records ";
5656
}
5757
?>
58-
listed</i></td>
58+
</i></td>
5959
</tr>
6060
</table>

web/templates/admin/list_ip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
echo "$i ip addresses ";
6161
}
6262
?>
63-
listed</i></td>
63+
</i></td>
6464
</tr>
6565
</table>

web/templates/admin/list_log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
echo "$i log records ";
4242
}
4343
?>
44-
listed</i></td>
44+
</i></td>
4545
</tr>
4646
</table>

web/templates/admin/list_mail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
echo "$i mail domains ";
7979
}
8080
?>
81-
listed</i></td>
81+
</i></td>
8282
</tr>
8383
</table>

web/templates/admin/list_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@
7070
echo "$i mail accounts ";
7171
}
7272
?>
73-
listed</i></td>
73+
</i></td>
7474
</tr>

0 commit comments

Comments
 (0)