This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch gc/8448
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/gc/8448 by this push:
     new 93ae36772 fixup! [#8448] visual updates to layout and buttons
93ae36772 is described below

commit 93ae367728abd633c98713b4100059029ce32bcc
Author: Dillon Walls <[email protected]>
AuthorDate: Fri Jul 22 19:02:44 2022 +0000

    fixup! [#8448] visual updates to layout and buttons
---
 Allura/allura/templates/oauth_authorize.html | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/Allura/allura/templates/oauth_authorize.html 
b/Allura/allura/templates/oauth_authorize.html
index 4f95cde7f..cd8f9655e 100644
--- a/Allura/allura/templates/oauth_authorize.html
+++ b/Allura/allura/templates/oauth_authorize.html
@@ -19,21 +19,30 @@
 {% set hide_left_bar = True %}
 {% extends g.theme.master %}
 {% set legacy_chrome = False %}
-{% block extra_css %}<style>.pad{ min-height: 0 } .full-width{ width: 100%} 
.flex-container{display: flex; justify-content: center; align-items: center; 
flex-direction: column;} .extra-pad{padding: 10px;}</style>{% endblock %}
+{% block extra_css %}
+<style>
+.pad{ min-height: 0 }
+.flex-container{ display: flex; justify-content: center; align-items: center; 
flex-direction: column; }
+.extra-pad{ padding: 10px; }
+</style>
+{% endblock %}
 {% block title %} Authorize third-party application? {% endblock %}
 
 {% block header %}Authorize third party application{% endblock %}
-{% block header_classes %} full-width {% endblock %}
+{% block header_classes %} title {% endblock %}
 
 
 {% block content %}
 <div class="extra-pad">
-<p>
+<h3>
   {% if name %}
-      The application <strong>{{ name }}</strong> wants to access your account 
using the {{ consumer.name }} key.
+      The application "<strong>{{ name }}</strong>" wants to access your 
account using the {{ consumer.name }} key.
   {% else %}
-      The application <strong>{{ consumer.name }}</strong> wants to access 
your account.
+      The application "<strong>{{ consumer.name }}</strong>" wants to access 
your account.
   {% endif %}
+</h3>
+
+<p>
   If you grant them access, they will be able to perform any actions on
   the site as though they were logged in as you.  Do you wish to grant
   them access?

Reply via email to