diff --git a/admin/reports.php b/admin/reports.php index 997168f6..a10b2c2c 100644 --- a/admin/reports.php +++ b/admin/reports.php @@ -255,7 +255,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
-
+
/>
-
+
/> @@ -287,7 +287,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
-
+
diff --git a/css/hesk_newStyle.css b/css/hesk_newStyle.css index 057cecd1..b99e6bfb 100644 --- a/css/hesk_newStyle.css +++ b/css/hesk_newStyle.css @@ -393,6 +393,10 @@ button.dropdown-submit { margin-top: 4px; } +.move-right-20 { + margin-right: 20px; +} + .hide { display: none; } diff --git a/css/hesk_newStyleRTL.css b/css/hesk_newStyleRTL.css index d107bf8c..cef70bcc 100644 --- a/css/hesk_newStyleRTL.css +++ b/css/hesk_newStyleRTL.css @@ -357,4 +357,8 @@ button.dropdown-submit { .move-down-20 { margin-top: 20px; +} + +.move-right-20 { + margin-left: 20px; } \ No newline at end of file