Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix Unique DL template CSS positioning - Close #1222
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 4, 2016
1 parent b56a0e2 commit 18f6118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/plugins/action.share/res/minisite.css
Expand Up @@ -380,6 +380,8 @@ div#overlay.form-login_form_dynamic {
}
#ajxp_unique_dl div.vertical-align {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-flex;
Expand Down
2 changes: 2 additions & 0 deletions core/src/plugins/action.share/res/minisite.less
Expand Up @@ -343,6 +343,8 @@ div#overlay.form-login_form_dynamic {

div.vertical-align{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
Expand Down

0 comments on commit 18f6118

Please sign in to comment.