Skip to content

Commit

Permalink
Merge pull request #404 from itk-dev/feature/1274-ui-fixes
Browse files Browse the repository at this point in the history
UI fixes
  • Loading branch information
yepzdk authored May 13, 2024
2 parents eed18ed + c5e91d6 commit 4163640
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
Infobox styling
* [PR-405](https://github.com/itk-dev/hoeringsportal/pull/405)
Add paragraph for files
* [PR-404](https://github.com/itk-dev/hoeringsportal/pull/404)
UI fixes after project release

## [4.3.0] - 2024-04-29

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
display: inline-block;
}

p {
p, ul, ol {
font-size: 1.1rem;
line-height: 1.65;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{% set content_state = content.field_content_state['#items'].value %}
{% set type = content.field_type[0]['#plain_text'] %}
{% set project = content.field_project_reference[0]['#plain_text'] %}
<a href="{{ url }}" class="activity-teaser-inner activity-teaser-link-wrap">
<a href="{{ url }}" class="activity-teaser-inner activity-teaser-link-wrap text-decoration-none">

{# When deadline field exists add splash. #}
{% if (content.field_first_meeting_time) %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
<div class="d-none d-md-block">
<a aria-hidden="true" class="btn btn-secondary btn-sm" href="{{ path('hoeringsportal_citizen_proposal.support', {'node': content['#node'].id}) }}">{{ 'Support the proposal'|t }}</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{{ left }}
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
<h3>{{ 'Project info'|t }}</h3>
{{ right }}
</{{ right_wrapper }}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down

0 comments on commit 4163640

Please sign in to comment.