File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="jumbotron ">
2
- < div class ="container openid-login ">
3
- < p > Log into MetaCPAN using OpenID</ p >
4
- < i class ="fa fa-openid fa-2x fa-fw "> </ i >
5
- < form action ="<% api_public %>/login/openid ">
6
- < div class ="input-group login-form ">
2
+ < div class ="container-fluid ">
3
+ < div class ="col-md-offset-3 col-md-6 ">
4
+ < p class ="text-center "> Log into MetaCPAN using OpenID</ p >
5
+ < form action ="<% api_public %>/login/openid ">
7
6
< input type ="hidden " name ="client_id " value ="<% consumer_key %> ">
8
- < input type ="text " class ="form-control " name ="openid_identifier ">
9
- < span class ="input-group-btn ">
10
- < button class ="btn btn-primary " type ="submit "> Log in</ button >
11
- </ span >
12
- </ div >
13
- </ form >
7
+ < div class ="input-group ">
8
+ < span class ="input-group-addon ">
9
+ < i class ="fa fa-openid fa-fw "> </ i >
10
+ </ span >
11
+ < input type ="text " class ="form-control " name ="openid_identifier ">
12
+ < span class ="input-group-btn ">
13
+ < button class ="btn btn-primary " type ="submit "> Log in</ button >
14
+ </ span >
15
+ </ div >
16
+ </ form >
17
+ </ div >
14
18
</ div >
15
19
</ div >
You can’t perform that action at this time.
0 commit comments