Add scope descriptions to the generate token page

Also makes the UI a bit nicer.

Fixes #95
This commit is contained in:
Joseph Schorr 2015-06-22 15:49:26 -04:00
parent 66450d4810
commit 8dcd41fc2f
2 changed files with 25 additions and 8 deletions

View 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;
}