Skip to content
Snippets Groups Projects
Unverified Commit 976f478a authored by Julius Härtl's avatar Julius Härtl Committed by Roeland Jago Douma
Browse files

[oauth2] Fix css for admin settings


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent d2d1e8e3
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,18 @@ ...@@ -3,3 +3,18 @@
opacity: 0.3; opacity: 0.3;
cursor: pointer; cursor: pointer;
} }
#oauth2 .icon-toggle,
#oauth2 .icon-delete {
display: inline-block;
width: 16px;
height: 16px;
padding: 10px;
vertical-align: middle;
}
#oauth2 .grid td code {
display: inline-block;
vertical-align: middle;
padding: 3px;
}
\ No newline at end of file
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
<td>{{name}}</td> <td>{{name}}</td>
<td>{{redirectUri}}</td> <td>{{redirectUri}}</td>
<td><code>{{clientId}}</code></td> <td><code>{{clientId}}</code></td>
<td><code>{{renderedSecret}}</code><a class='icon-toggle has-tooltip' :title="t('oauth2', 'Show client secret')" @click="toggleSecret">SHOW SECRET</a></td> <td><code>{{renderedSecret}}</code><a class='icon-toggle has-tooltip' :title="t('oauth2', 'Show client secret')" @click="toggleSecret"></a></td>
<td class="action-column"><span><a class="icon-delete has-tooltip" :title="t('oauth2', 'Delete')" @click="$emit('delete', id)">DELETE</a></span></td> <td class="action-column"><span><a class="icon-delete has-tooltip" :title="t('oauth2', 'Delete')" @click="$emit('delete', id)"></a></span></td>
</tr> </tr>
</template> </template>
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment