mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-59294 theme_bootstrapbase: Fix display of ID provider buttons
This commit is contained in:
parent
f4a2d69631
commit
7c482415a9
3 changed files with 27 additions and 42 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue