diff --git a/static/css/pages/manage-application.css b/static/css/pages/manage-application.css new file mode 100644 index 000000000..5dc50dfe6 --- /dev/null +++ b/static/css/pages/manage-application.css @@ -0,0 +1,10 @@ +.manage-application .scope-description { + padding-left: 22px; + margin-bottom: 20px; +} + +.manage-application .user-name { + vertical-align: middle; + display: inline-block; + font-weight: bold; +} \ No newline at end of file diff --git a/static/partials/manage-application.html b/static/partials/manage-application.html index 2a2b7f939..241451ebb 100644 --- a/static/partials/manage-application.html +++ b/static/partials/manage-application.html @@ -97,19 +97,26 @@
-
- Click the button below to generate a new OAuth 2 Access Token. -
+
+
+ Click the button below to generate a new OAuth 2 Access Token. +
-
- Note: The generated token will act on behalf of user - - {{ user.username }} +
+ The generated token will act on behalf of user + + {{ user.username }} +
- +
+ +
{{ scopeInfo[4] }}
+