diff --git a/admin/banned_ips.php b/admin/banned_ips.php index 74d2c917..1b91cf23 100644 --- a/admin/banned_ips.php +++ b/admin/banned_ips.php @@ -68,7 +68,7 @@ require_once(HESK_PATH . 'inc/headerAdmin.inc.php'); require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?> -
+
-
+
123.0.0.0
123.0.0.1 - 123.0.0.53
@@ -193,9 +193,9 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); echo ' - + - + '; } @@ -275,9 +275,9 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); if ($can_unban) { echo ' - + - + '; } diff --git a/css/hesk_newStyle.css b/css/hesk_newStyle.css index c033595e..a03ad28e 100644 --- a/css/hesk_newStyle.css +++ b/css/hesk_newStyle.css @@ -357,6 +357,10 @@ button.dropdown-submit { padding-top: 20px; } +.pad-20 { + padding: 20px; +} + .pad-right-10 { padding-left: 10px; }