mirror of
https://gitee.com/gitea/gitea
synced 2026-03-03 19:15:36 +08:00
UI: install - new version
This commit is contained in:
@@ -66,6 +66,13 @@ footer {
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text-error {
|
||||
color: #d95c5c !important;
|
||||
}
|
||||
|
||||
.generate-img(16);
|
||||
.generate-img(@n, @i: 1) when (@i =< @n) {
|
||||
|
||||
@@ -17,6 +17,17 @@
|
||||
.help {
|
||||
margin-left: 41%;
|
||||
}
|
||||
&.optional .title {
|
||||
margin-left: 38%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.ui {
|
||||
.checkbox {
|
||||
margin-left: 40% !important;
|
||||
label {
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user