Browse Source

Dashboard: Tweak Device dashboard component styles.

reliberate 9 years ago
parent
commit
819d570a2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/user_settings/user_dashboard.php

+ 1 - 1
core/user_settings/user_dashboard.php

@@ -1220,7 +1220,7 @@
 				if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/devices/device_dashboard.php")) {
 				if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/devices/device_dashboard.php")) {
 					if (permission_exists('device_key_edit')) {
 					if (permission_exists('device_key_edit')) {
 						$is_included = true;
 						$is_included = true;
-						echo "<div class='col-xs-12 col-sm-12 col-md-6 col-lg-6' style='margin: 0 0 30px 0;'>\n";
+						echo "<div class='col-xs-12 col-sm-12 col-md-6 col-lg-6' style='margin: 15px 0 30px 0;'>\n";
 						require_once "app/devices/device_dashboard.php";
 						require_once "app/devices/device_dashboard.php";
 						echo "</div>";
 						echo "</div>";
 					}
 					}