diff --git a/web/css/jquery-custom-dialogs.css b/web/css/jquery-custom-dialogs.css index d7847ea40..5d55cec0c 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 02f2bbd12..ad9b33bb2 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 eb0aff93a..5802a8bc1 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 747d6f401..04dca4492 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 8679a9917..e9d8ef42e 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 cfd4e8241..6e0a7ee56 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 ccf9d1127..2c5bf7d57 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 ffd27a2b4..17c916760 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 c12d73d47..2c8efedb6 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 ae3fe53e8..8ddc2401d 100644 --- a/web/templates/admin/list_user.html +++ b/web/templates/admin/list_user.html @@ -110,13 +110,13 @@ foreach ($data as $key => $value) {
+ |
|