Commit 87967b9e by Carlos Andrés Rocha

[34078525] Makes OpenID provider login box modal.

parent 902a887e
<%inherit file="main.html" /> <%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/> <%namespace name='static' file='static_content.html'/>
<style> <%block name="headextra">
<style type="text/css">
.openid-login { .openid-login {
display: block; display: block;
position: relative; position: relative;
left: 0; left: 0;
margin: 100px auto; margin: 100px auto;
top: 0; top: 0;
z-index: 200;
} }
.openid-login input[type=submit] { .openid-login input[type=submit] {
...@@ -16,7 +17,17 @@ ...@@ -16,7 +17,17 @@
height: auto !important; height: auto !important;
} }
#lean_overlay {
display: block;
position: fixed;
left: 0px;
top: 0px;
z-index: 100;
width:100%;
height:100%;
}
</style> </style>
</%block>
<section id="login-modal" class="modal login-modal openid-login"> <section id="login-modal" class="modal login-modal openid-login">
<div class="inner-wrapper"> <div class="inner-wrapper">
...@@ -38,3 +49,4 @@ ...@@ -38,3 +49,4 @@
</form> </form>
</div> </div>
</section> </section>
<div id="lean_overlay"></div>
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