mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-59294-master' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
a590ff736c
@ -115,7 +115,7 @@ class block_login extends block_base {
|
||||
$this->content->text .= '<div class="potentialidplist">';
|
||||
foreach ($potentialidps as $idp) {
|
||||
$this->content->text .= '<div class="potentialidp">';
|
||||
$this->content->text .= '<a class="btn btn-secondary btn-block" ';
|
||||
$this->content->text .= '<a class="btn btn-default btn-block" ';
|
||||
$this->content->text .= 'href="' . $idp['url']->out() . '" title="' . s($idp['name']) . '">';
|
||||
if (!empty($idp['iconurl'])) {
|
||||
$this->content->text .= '<img src="' . s($idp['iconurl']) . '" width="24" height="24" class="m-r-1"/>';
|
||||
|
@ -123,8 +123,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
{{#hasinstructions}}
|
||||
<div class="signuppanel">
|
||||
{{#hasinstructions}}
|
||||
<h2>{{#str}} firsttime {{/str}}</h2>
|
||||
<div class="subcontent">
|
||||
{{{instructions}}}
|
||||
@ -138,7 +138,6 @@
|
||||
</div>
|
||||
{{/cansignup}}
|
||||
</div>
|
||||
</div>
|
||||
{{/hasinstructions}}
|
||||
|
||||
{{#hasidentityproviders}}
|
||||
@ -147,7 +146,7 @@
|
||||
<div class="potentialidplist">
|
||||
{{#identityproviders}}
|
||||
<div class="potentialidp">
|
||||
<a href="{{url}}" title={{#quote}}{{name}}{{/quote}}>
|
||||
<a href="{{url}}" title={{#quote}}{{name}}{{/quote}} class="btn">
|
||||
{{#iconurl}}
|
||||
<img src="{{iconurl}}" alt="" width="24" height="24"/>
|
||||
{{/iconurl}}
|
||||
@ -158,6 +157,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{/hasidentityproviders}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{#js}}
|
||||
|
@ -505,24 +505,14 @@ a.skip:active {
|
||||
margin-bottom: 5px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.loginbox .signuppanel .subcontent {
|
||||
text-align: left;
|
||||
}
|
||||
.loginbox .loginsub {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.loginbox .guestsub,
|
||||
.loginbox .forgotsub,
|
||||
.loginbox .potentialidps {
|
||||
.loginbox .forgotsub {
|
||||
margin: 5px 12%;
|
||||
}
|
||||
.loginbox .potentialidps .potentialidplist {
|
||||
margin-left: 40%;
|
||||
}
|
||||
.loginbox .potentialidps .potentialidplist div {
|
||||
text-align: left;
|
||||
}
|
||||
.loginbox .loginform {
|
||||
margin-top: 1em;
|
||||
text-align: left;
|
||||
@ -558,7 +548,9 @@ a.skip:active {
|
||||
margin-bottom: -2000px;
|
||||
padding-bottom: 2000px;
|
||||
}
|
||||
|
||||
.loginbox .potentialidp {
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
.loginbox .potentialidp .smallicon {
|
||||
vertical-align: text-bottom;
|
||||
margin: 0 .3em;
|
||||
|
@ -2796,24 +2796,14 @@ a.skip:active {
|
||||
margin-bottom: 5px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.loginbox .signuppanel .subcontent {
|
||||
text-align: left;
|
||||
}
|
||||
.loginbox .loginsub {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.loginbox .guestsub,
|
||||
.loginbox .forgotsub,
|
||||
.loginbox .potentialidps {
|
||||
.loginbox .forgotsub {
|
||||
margin: 5px 12%;
|
||||
}
|
||||
.loginbox .potentialidps .potentialidplist {
|
||||
margin-left: 40%;
|
||||
}
|
||||
.loginbox .potentialidps .potentialidplist div {
|
||||
text-align: left;
|
||||
}
|
||||
.loginbox .loginform {
|
||||
margin-top: 1em;
|
||||
text-align: left;
|
||||
@ -2851,6 +2841,9 @@ a.skip:active {
|
||||
margin-bottom: -2000px;
|
||||
padding-bottom: 2000px;
|
||||
}
|
||||
.loginbox .potentialidp {
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
.loginbox .potentialidp .smallicon {
|
||||
vertical-align: text-bottom;
|
||||
margin: 0 .3em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user