diff --git a/app/assets/stylesheets/_grids.scss b/app/assets/stylesheets/_grids.scss index a4b7fdbcb..f73c38521 100644 --- a/app/assets/stylesheets/_grids.scss +++ b/app/assets/stylesheets/_grids.scss @@ -104,7 +104,7 @@ .align-with-heading-copy-right { display: block; - margin-top: 35px; + margin: 21px 0 19px 0; text-align: right; } diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index e80f0ec18..4bd8db24b 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -75,7 +75,7 @@ a { .heading-large, > .heading-medium { - margin: 10px 0 15px 0; + margin: ($gutter / 3) 0 ($gutter / 3 * 2) 0; word-wrap: break-word; } @@ -274,3 +274,7 @@ details .arrow { .nowrap { white-space: nowrap; } + +.heading-upcoming-jobs { + margin-top: $gutter / 3; +} diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss index 37d21b2e1..c4b777b56 100644 --- a/app/assets/stylesheets/components/message.scss +++ b/app/assets/stylesheets/components/message.scss @@ -151,10 +151,6 @@ .folder-heading { - .column-main>.grid-row:first-child &.heading-medium { - margin-top: $gutter-half; - } - a, &-folder, &-subfolder { @@ -241,6 +237,8 @@ display: block; text-align: right; padding: $gutter-two-thirds 0 0 0; + position: relative; + top: -1px; } } diff --git a/app/templates/components/folder-path.html b/app/templates/components/folder-path.html index 8d25b1b9a..33f6cb52d 100644 --- a/app/templates/components/folder-path.html +++ b/app/templates/components/folder-path.html @@ -8,7 +8,7 @@ link_current_item=False ) %} {% if show_fallback_page_title %} -

+

{{ fallback_page_title }}

{% else %} diff --git a/app/templates/views/api/callbacks.html b/app/templates/views/api/callbacks.html index 7bdf36583..eae9df866 100644 --- a/app/templates/views/api/callbacks.html +++ b/app/templates/views/api/callbacks.html @@ -22,13 +22,13 @@ caption_visible=False ) %} {% call row() %} - {{ text_field('Callbacks for delivery receipts') }} + {{ text_field('Delivery receipts') }} {{ optional_text_field(delivery_status_callback, truncate=true) }} {{ edit_field('Change', url_for('.delivery_status_callback', service_id=current_service.id)) }} {% endcall %} {% call row() %} - {{ text_field('Callbacks for received text messages') }} + {{ text_field('Received text messages') }} {{ optional_text_field(received_text_messages_callback, truncate=true) }} {{ edit_field('Change', url_for('.received_text_messages_callback', service_id=current_service.id)) }} {% endcall %} diff --git a/app/templates/views/api/index.html b/app/templates/views/api/index.html index 0376da3f3..9397a97b5 100644 --- a/app/templates/views/api/index.html +++ b/app/templates/views/api/index.html @@ -10,7 +10,7 @@ {% block maincolumn_content %} -

+

API integration

@@ -28,7 +28,7 @@
-

+

Message log

diff --git a/app/templates/views/dashboard/_upcoming.html b/app/templates/views/dashboard/_upcoming.html index 5a252bbd5..0a63907bb 100644 --- a/app/templates/views/dashboard/_upcoming.html +++ b/app/templates/views/dashboard/_upcoming.html @@ -6,7 +6,7 @@ {% if scheduled_jobs %}
{% if not hide_heading %} -

+

In the next few days

{% endif %} diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html index d97e1a269..e915f5ba4 100644 --- a/app/templates/views/manage-users.html +++ b/app/templates/views/manage-users.html @@ -11,7 +11,7 @@ {% block maincolumn_content %} -

+

Team members

diff --git a/app/templates/views/organisations/organisation/index.html b/app/templates/views/organisations/organisation/index.html index 67fb69689..1fd844422 100644 --- a/app/templates/views/organisations/organisation/index.html +++ b/app/templates/views/organisations/organisation/index.html @@ -6,7 +6,7 @@ {% block maincolumn_content %} -

+

Services