Skip to content

Commit

Permalink
Merge pull request #96 from OS2Forms/OS-72_Styling_af_nemlogin
Browse files Browse the repository at this point in the history
OS-72: Styling af NemLog-in autologout pop-up
  • Loading branch information
skifter authored Apr 4, 2024
2 parents 3f760d3 + fab2fcf commit 2e331aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before starting to add changes. Use example [placed in the end of the page](#exa
- Adding Lat and Long fetching to DataAddress
- [#84](https://github.com/OS2Forms/os2forms/pull/84)
Added digital post test command.
- [#96](https://github.com/OS2Forms/os2forms/pull/96)

## [3.14.1] 2024-01-16

Expand Down
13 changes: 12 additions & 1 deletion modules/os2forms_forloeb/css/gin-custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
.ui-dialog:not(.ui-dialog-off-canvas) {
.ui-dialog:not(.ui-dialog-off-canvas,
.os2web-nemlogin-autologout-dialog) {
width: 70vw!important;
}


.ui-dialog-titlebar-close:before {
content: '\2716';
position: absolute;
transform: translateX(-50%) translateY(-45%);
font-size: 12px;
left: 50%;
top: 50%;
}

0 comments on commit 2e331aa

Please sign in to comment.