|
|
|
@@ -1,12 +1,13 @@ |
|
|
|
<style> |
|
|
|
.full.height{background-color: #F9F9F9;} |
|
|
|
.ui.left:not(.action){ float:none;} |
|
|
|
.ui.left{ float:none;} |
|
|
|
.ui.secondary.pointing.menu{ border-bottom:none;} |
|
|
|
</style> |
|
|
|
{{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}} |
|
|
|
{{template "base/alert" .}} |
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
|
|
|
<div class="ui centered grid"> |
|
|
|
<div class="sixteen wide mobile ten wide tablet ten wide computer column"> |
|
|
|
<div class="ui bottom aligned two column grid"> |
|
|
|
@@ -25,7 +26,7 @@ |
|
|
|
</div> |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="ui grid"> |
|
|
|
<div class="column"> |
|
|
|
<form class="ui form" action="{{.SignInLink}}" method="post"> |
|
|
|
@@ -57,7 +58,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
|
|
|
<div class="ui hidden divider"></div> |
|
|
|
|
|
|
|
<div class="center aligned field"> |
|
|
|
@@ -69,7 +70,7 @@ |
|
|
|
{{end}} |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{{if and .OrderedOAuth2Names .OAuth2Providers}} |
|
|
|
<div class="ui centered grid"> |
|
|
|
<div class="sixteen wide mobile ten wide tablet ten wide computer column"> |
|
|
|
|