From 7c9a884d8502db29b6704f6707b878437a991f31 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 10 Sep 2015 16:33:16 -0400 Subject: [PATCH] Remove inline styling in banned_ips --- admin/banned_ips.php | 12 ++++++------ css/hesk_newStyle.css | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) 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; }