mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
UI fix
This commit is contained in:
@@ -176,7 +176,6 @@ input[readonly] {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.form-align {
|
||||
label,
|
||||
.form-label {
|
||||
@@ -189,10 +188,14 @@ input[readonly] {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
label.req {
|
||||
&:after {
|
||||
content: "*";
|
||||
color: @labelRedColor;
|
||||
}
|
||||
label {
|
||||
&.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
&.req {
|
||||
&:after {
|
||||
content: "*";
|
||||
color: @labelRedColor;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user