users styles

This commit is contained in:
JiriUhlir
2026-06-17 12:03:00 +02:00
parent 7897e3b876
commit b62600821f
2 changed files with 77 additions and 60 deletions
+12 -16
View File
@@ -1037,26 +1037,22 @@ pre {
border-radius: 10px;
}
/* Rozbalovací formulář pro změnu Gitea jména/hesla v tabulce uživatelů. */
.gitea-cred {
margin-top: 8px;
/* Tabulka uživatelů: zarovnání do řádků jako u seznamu služeb. */
.user-row td {
vertical-align: middle;
}
.gitea-cred summary {
cursor: pointer;
font-size: 12px;
font-weight: 600;
color: var(--primary);
.user-avatar-empty {
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--muted);
}
.gitea-cred .metadata-form {
margin-top: 8px;
min-width: 200px;
gap: 4px;
}
.gitea-cred input {
min-height: 32px;
.muted-cell {
font-size: 13px;
line-height: 1.5;
white-space: nowrap;
}
.log-stdout {