File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
modules/os2forms_forloeb/css Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1414- Adding Lat and Long fetching to DataAddress
1515- [ #84 ] ( https://github.com/OS2Forms/os2forms/pull/84 )
1616 Added digital post test command.
17+ - [ #96 ] ( https://github.com/OS2Forms/os2forms/pull/96 )
1718
1819## [ 3.14.1] 2024-01-16
1920
Original file line number Diff line number Diff line change 1- .ui-dialog : not (.ui-dialog-off-canvas ) {
1+ .ui-dialog : not (.ui-dialog-off-canvas ,
2+ .os2web-nemlogin-autologout-dialog ) {
23 width : 70vw !important ;
34}
5+
6+
7+ .ui-dialog-titlebar-close : before {
8+ content : '\2716' ;
9+ position : absolute;
10+ transform : translateX (-50% ) translateY (-45% );
11+ font-size : 12px ;
12+ left : 50% ;
13+ top : 50% ;
14+ }
You can’t perform that action at this time.
0 commit comments