diff --git a/apps/settings/css/help.css b/apps/settings/css/help.css index 248647bef4144..a18538c20e662 100644 --- a/apps/settings/css/help.css +++ b/apps/settings/css/help.css @@ -2,6 +2,10 @@ overflow: hidden !important; } +.help-list__text { + margin-left: 24px; +} + .help-iframe { width: 100%; height: 100%; diff --git a/apps/settings/templates/help.php b/apps/settings/templates/help.php index 746338da3fcf8..6450b3a36ecfa 100644 --- a/apps/settings/templates/help.php +++ b/apps/settings/templates/help.php @@ -8,7 +8,9 @@ p('active'); } ?>" href=""> - t('User documentation')); ?> + + t('User documentation')); ?> + @@ -17,19 +19,25 @@ p('active'); } ?>" href=""> - t('Administrator documentation')); ?> + + t('Administrator documentation')); ?> +
  • - t('Documentation')); ?> ↗ + + t('Documentation')); ?> ↗ +
  • - t('Forum')); ?> ↗ + + t('Forum')); ?> ↗ +