diff --git a/app/assets/stylesheets/_grids.scss b/app/assets/stylesheets/_grids.scss index 00f8809e6..cdd68defe 100644 --- a/app/assets/stylesheets/_grids.scss +++ b/app/assets/stylesheets/_grids.scss @@ -35,6 +35,10 @@ margin-bottom: $gutter-half; } +.bottom-gutter-3-2 { + margin-bottom: $gutter * 3/2; +} + .bottom-gutter-2 { margin-bottom: $gutter * 2; } diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index 3fda72be4..03746a982 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -11,24 +11,7 @@

Settings

- {% if current_service.restricted %} - {% call banner_wrapper(type='warning') %} -

Your service is in trial mode

- - - -

- To remove these restrictions - request to go live. -

- {% endcall %} - {% endif %} - -
+
{% call mapping_table( caption='Settings', @@ -57,6 +40,21 @@ {% endcall %}
+ {% if current_service.restricted %} +

Your service is in trial mode

+ + + +

+ To remove these restrictions + request to go live. +

+ {% endif %} + {% if current_user.has_permissions([], admin_override=True) %}

Platform admin settings