diff --git a/app/views/oauth2/consent.blade.php b/app/views/oauth2/consent.blade.php index 37e34b30..94915993 100644 --- a/app/views/oauth2/consent.blade.php +++ b/app/views/oauth2/consent.blade.php @@ -28,14 +28,12 @@
  • {{$scope->short_description}} 
  • @endforeach -

    - ** {{$app_name}} Application and OpenStack will use this information in accordance with their respective terms of service and privacy policies. -

    {{ Form::open(array('url' => URL::action("UserController@postConsent") ,'id'=>'authorization_form', 'method' => 'post', "autocomplete" => "off")) }} {{ Form::close() }} +

    ** {{$app_name}} Application and OpenStack will use this information in accordance with their respective terms of service and privacy policies.

    diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 3cdd72d1..e7a804f7 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -4,7 +4,7 @@ body { .header { - padding-top: 3em; + padding-top: 1em; } #logo a { @@ -203,4 +203,8 @@ textarea { .error-message { color:#c40022; +} + +.privacy-policy{ + padding-top: 5px; } \ No newline at end of file