Merge "Fix CSS/Layout on consent OAUTH2 UI"
This commit is contained in:
commit
ad3eb0207e
@ -28,14 +28,12 @@
|
||||
<li> {{$scope->short_description}} <span class="glyphicon glyphicon-info-sign pointable info" aria-hidden="true" data-content="{{ $scope->description }}" title="Scope Info"></span></li>
|
||||
@endforeach
|
||||
</ul>
|
||||
<p class="privacy-policy">
|
||||
** <b>{{$app_name}}</b> Application and <b>OpenStack</b> will use this information in accordance with their respective <a target='_blank' href="{{$tos_uri}}">terms of service</a> and <a target='_blank' href="{{$policy_uri}}">privacy policies</a>.
|
||||
</p>
|
||||
{{ Form::open(array('url' => URL::action("UserController@postConsent") ,'id'=>'authorization_form', 'method' => 'post', "autocomplete" => "off")) }}
|
||||
<input type="hidden" name='trust' id='trust' value=""/>
|
||||
<button class="btn btn-default btn-md btn-consent-action" id="cancel-authorization" type="button">Cancel</button>
|
||||
<button class="btn btn-primary btn-md btn-consent-action" id="approve-authorization" type="button">Accept</button>
|
||||
{{ Form::close() }}
|
||||
<p class="privacy-policy">** <b>{{$app_name}}</b> Application and <b>OpenStack</b> will use this information in accordance with their respective <a target='_blank' href="{{$tos_uri}}">terms of service</a> and <a target='_blank' href="{{$policy_uri}}">privacy policies</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4,7 +4,7 @@ body {
|
||||
|
||||
.header
|
||||
{
|
||||
padding-top: 3em;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#logo a {
|
||||
@ -204,3 +204,7 @@ textarea {
|
||||
{
|
||||
color:#c40022;
|
||||
}
|
||||
|
||||
.privacy-policy{
|
||||
padding-top: 5px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user