Mostly add OpenIdClients UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user