users styles
This commit is contained in:
+12
-16
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user