Mostly add OpenIdClients UI

This commit is contained in:
Johannes Zellner
2025-01-19 19:53:29 +01:00
parent 7f91e85df8
commit 4045a16e27
5 changed files with 168 additions and 22 deletions

View File

@@ -128,3 +128,21 @@ tr:hover .table-actions {
.text-small {
font-size: 12px;
}
/* info table label:value in Sections */
.info-row {
display: flex;
}
.info-label {
font-weight: bold;
flex-basis: 50%;
}
.info-value {
flex-basis: 50%;
text-align: right;
text-overflow: ellipsis;
overflow: hidden;
text-wrap: nowrap;
}