diff --git a/web/css/jquery-custom-dialogs.css b/web/css/jquery-custom-dialogs.css index d7847ea4..5d55cec0 100644 --- a/web/css/jquery-custom-dialogs.css +++ b/web/css/jquery-custom-dialogs.css @@ -415,7 +415,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad */ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background: #fff; } .ui-dialog .ui-dialog-titlebar { padding: .4em 10pt; position: relative; } -.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Georgia; font-style: italic; color: #c69c6d;} +.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Arial; color: #c69c6d;} .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } diff --git a/web/templates/admin/list_backup.html b/web/templates/admin/list_backup.html index 02f2bbd1..ad9b33bb 100644 --- a/web/templates/admin/list_backup.html +++ b/web/templates/admin/list_backup.html @@ -77,3 +77,4 @@ foreach ($data as $key => $value) { + diff --git a/web/templates/admin/list_cron.html b/web/templates/admin/list_cron.html index eb0aff93..5802a8bc 100644 --- a/web/templates/admin/list_cron.html +++ b/web/templates/admin/list_cron.html @@ -93,3 +93,4 @@ foreach ($data as $key => $value) { + diff --git a/web/templates/admin/list_db.html b/web/templates/admin/list_db.html index 747d6f40..04dca449 100644 --- a/web/templates/admin/list_db.html +++ b/web/templates/admin/list_db.html @@ -78,3 +78,4 @@ foreach ($data as $key => $value) { + diff --git a/web/templates/admin/list_dns.html b/web/templates/admin/list_dns.html index 8679a991..e9d8ef42 100644 --- a/web/templates/admin/list_dns.html +++ b/web/templates/admin/list_dns.html @@ -75,3 +75,4 @@ foreach ($data as $key => $value) { + diff --git a/web/templates/admin/list_dns_rec.html b/web/templates/admin/list_dns_rec.html index cfd4e824..6e0a7ee5 100644 --- a/web/templates/admin/list_dns_rec.html +++ b/web/templates/admin/list_dns_rec.html @@ -58,3 +58,4 @@ foreach ($data as $key => $value) { + diff --git a/web/templates/admin/list_ip.html b/web/templates/admin/list_ip.html index ccf9d112..2c5bf7d5 100644 --- a/web/templates/admin/list_ip.html +++ b/web/templates/admin/list_ip.html @@ -63,3 +63,4 @@ foreach ($data as $key => $value) { + diff --git a/web/templates/admin/list_mail.html b/web/templates/admin/list_mail.html index ffd27a2b..17c91676 100644 --- a/web/templates/admin/list_mail.html +++ b/web/templates/admin/list_mail.html @@ -81,3 +81,4 @@ foreach ($data as $key => $value) { + diff --git a/web/templates/admin/list_mail_acc.html b/web/templates/admin/list_mail_acc.html index c12d73d4..2c8efedb 100644 --- a/web/templates/admin/list_mail_acc.html +++ b/web/templates/admin/list_mail_acc.html @@ -72,3 +72,4 @@ foreach ($data as $key => $value) { ?> + diff --git a/web/templates/admin/list_user.html b/web/templates/admin/list_user.html index ae3fe53e..8ddc2401 100644 --- a/web/templates/admin/list_user.html +++ b/web/templates/admin/list_user.html @@ -110,13 +110,13 @@ foreach ($data as $key => $value) {
+ |
|