Bind oauth applications to users

This commit is contained in:
Eugen Rochko
2016-03-14 17:49:13 +01:00
parent 25d7c1b6ea
commit 6fec8afc3f
12 changed files with 69 additions and 3 deletions

View File

@@ -247,6 +247,12 @@
input[type=file] {
display: block;
}
.hint {
display: block;
margin-top: 5px;
color: lighten(#282c37, 25%);
}
}
}