Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
87967b9e
Commit
87967b9e
authored
Aug 30, 2012
by
Carlos Andrés Rocha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[34078525] Makes OpenID provider login box modal.
parent
902a887e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
lms/templates/provider_login.html
+14
-2
No files found.
lms/templates/provider_login.html
View file @
87967b9e
<
%
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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment