Commit ce25152d authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fix label display when page is render in wide desktop screen.

Label is hidden behind the panel.
parent c1c49646
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
</head> </head>
<body tal:define="form_action string:portal_password/mailPasswordResetRequest;"> <body tal:define="form_action string:portal_password/mailPasswordResetRequest;">
<div data-role='page'>
<div data-gadget-scope='header'> <div data-gadget-scope='header'>
<div class="ui-header"> <div class="ui-header">
...@@ -44,5 +45,7 @@ ...@@ -44,5 +45,7 @@
</section> </section>
</article> </article>
</div> </div>
</div>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<link rel="stylesheet" href="gadget_erp5_nojqm.css"> <link rel="stylesheet" href="gadget_erp5_nojqm.css">
</head> </head>
<body tal:define="form_action string:portal_password/PasswordTool_changeUserPassword;"> <body tal:define="form_action string:portal_password/PasswordTool_changeUserPassword;">
<div data-role='page'>
<div data-gadget-scope='header'> <div data-gadget-scope='header'>
<div class="ui-header"> <div class="ui-header">
<h1><span>Reset your password</span></h1> <h1><span>Reset your password</span></h1>
...@@ -45,5 +45,6 @@ ...@@ -45,5 +45,6 @@
</section> </section>
</article> </article>
</div> </div>
</div>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment