This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch docker in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
commit 0f36830a73dbc6bb8d435330b2e82b05401f6326 Author: Georg Kallidis <[email protected]> AuthorDate: Thu Dec 20 12:10:47 2018 +0100 fix show modal --- .../archetype-resources/src/main/webapp/templates/app/screens/Login.vm | 2 +- .../src/main/webapp/templates/app/screens/Password.vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/archetype-resources/src/main/webapp/templates/app/screens/Login.vm b/src/main/resources/archetype-resources/src/main/webapp/templates/app/screens/Login.vm index 7a9b423..10cceb6 100644 --- a/src/main/resources/archetype-resources/src/main/webapp/templates/app/screens/Login.vm +++ b/src/main/resources/archetype-resources/src/main/webapp/templates/app/screens/Login.vm @@ -40,7 +40,7 @@ <p/> #if (! $data.user.hasLoggedIn()) - <div class="w3-display-middle w3-card-8 w3-center w3-light-grey" style="max-width: 500px"> + <div class="w3-display-middle w3-card-8 w3-center w3-light-grey" style="max-width: 500px; z-index: 2;"> <form class="w3-container w3-light-grey" name="login" method="post" enctype="application/x-www-form-urlencoded" action="$link.setAction("LoginUserIntake").setPage($data.templateInfo.screenTemplate)"> <div class="w3-section"> diff --git a/src/main/resources/archetype-resources/src/main/webapp/templates/app/screens/Password.vm b/src/main/resources/archetype-resources/src/main/webapp/templates/app/screens/Password.vm index c5c2b83..485948b 100644 --- a/src/main/resources/archetype-resources/src/main/webapp/templates/app/screens/Password.vm +++ b/src/main/resources/archetype-resources/src/main/webapp/templates/app/screens/Password.vm @@ -16,7 +16,7 @@ ## under the License. - <div class="w3-display-middle w3-card-8 w3-center w3-light-grey" style="max-width: 500px"> + <div class="w3-display-middle w3-card-8 w3-center w3-light-grey" style="max-width: 500px;z-index: 2;"> <form class="w3-container w3-light-grey" name="password_change" method="post" action="$link.setAction("ChangePasswordAction").setPage("Index.vm")"> <div class="w3-section">
