From ab8b9870fe6a6842c91c159c73459302e7916363 Mon Sep 17 00:00:00 2001 From: Sebastian Marcet Date: Tue, 5 Apr 2016 16:46:03 -0300 Subject: [PATCH] Fix CSS/Layout on consent OAUTH2 UI added css to be mobile friendly Change-Id: If4c7bceeba7de080a58afea5dd9fd355e0e5a044 --- app/views/oauth2/consent.blade.php | 4 +--- public/assets/css/main.css | 6 +++++- 2 files changed, 6 insertions(+), 4 deletions(-) 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