Fix #549 - Deauthorize OAuth applications

This commit is contained in:
Jessica Tallon
2014-10-01 19:45:53 +01:00
parent 36e27c4b76
commit 7e15632b5a
8 changed files with 124 additions and 2 deletions

View File

@@ -965,3 +965,19 @@ table.metadata_editor tr td {
table.metadata_editor tr td.form_field_input input {
width:350px;
}
.application {
min-height: 30px;
margin-left: 70px;
}
.application-icon {
position: absolute;
left: 12px;
width: 50px;
height: 50px;
}
.application-button {
float: right;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.