Skip to content

Commit

Permalink
Merge branch 'develop' into staging
Browse files Browse the repository at this point in the history
* develop:
  BKDK-469 view mode list advanced
  Appearance of chosen select
  BKDK-469
  BKDK-469
  BKDK-469
  BKDK-488
  BKDK-487 hide results before form submission
  BKDK-485 updating meeting type mapping
  BKDK-484
  BKDK-488
  Updating os2web_keyword_paragraph
  Remove slt
  Updating os2web_pagebuilder
  BKDK-447 Added script to get redirects for webforms
  BKDK-474
  BKDK-459
  Updating os2web_borgerdk reference
  • Loading branch information
stankut committed Jun 8, 2021
2 parents 219358e + eb3d5d2 commit 9e8c3a9
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 60 deletions.
33 changes: 17 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

39 changes: 26 additions & 13 deletions web/themes/custom/fds_ballerup_theme/src/styles/theme/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,7 @@ svg.ext {
display: none;
}

#views-exposed-form-os2web-meetings-search-os2web-meetings-embed-search-from-to-dates {
margin-bottom: $grid-gutter-width / 2;
padding: 30px;

border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(27, 27, 29, .2);
background-color: #fff;

.form-item-from-date,
.form-item-to-date {
max-width: 130px;
}
.view {

.form-type-select {

Expand All @@ -150,8 +139,20 @@ svg.ext {
border: $outer-border;
}
}
}

#views-exposed-form-os2web-meetings-search-os2web-meetings-embed-search-from-to-dates {
margin-bottom: $grid-gutter-width / 2;
padding: 30px;

border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(27, 27, 29, .2);
background-color: #fff;

.form-select {}
.form-item-from-date,
.form-item-to-date {
max-width: 130px;
}

.form-actions {
margin-bottom: 0;
Expand Down Expand Up @@ -407,6 +408,18 @@ body {
}
}

.field--name-field-os2web-hearings-reply {
display: none !important;
}

body.page-node-type-os2web-news,
body.page-node-type-os2web-page {

h1, .h1 {
font-weight: 400;
}
}

// --------------------------------------------------
// Responsive
// --------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ a.entity-list--os2web-news {
flex-shrink: 0;

img {
display: block;

width: 100%;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
// Styling
// --------------------------------------------------

.entity-list-advanced,
.entity-search-index,
.entity-search-result {
margin-bottom: 1rem;
Expand All @@ -33,6 +34,7 @@
}
}

a.entity-list-advanced,
a.entity-search-index,
a.entity-search-result {
max-width: unset;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% extends "@fds_base_theme/custom/fields/h2-fake-h3.html.twig" %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% extends "@fds_base_theme/custom/fields/normal-text.html.twig" %}
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@

<div class="entity-{{ view_mode|clean_class }}--{{ node.bundle|clean_class }}__content">
<div class="row">
<div class="col col-sm-5 col--align-center">
{{ content.field_os2web_m_type }}
</div>
<div class="col col-sm-7 col--align-center d-none d-sm-flex">
<div class="col col--align-center">
{% if timestamp %}
{{ timestamp | format_date('long') }}
{% endif %}
Expand Down

0 comments on commit 9e8c3a9

Please sign in to comment.