Add scope descriptions to the generate token page
Also makes the UI a bit nicer. Fixes #95
This commit is contained in:
parent
66450d4810
commit
8dcd41fc2f
2 changed files with 25 additions and 8 deletions
10
static/css/pages/manage-application.css
Normal file
10
static/css/pages/manage-application.css
Normal file
|
@ -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;
|
||||
}
|
Reference in a new issue