mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 09:36:25 +02:00
install: able to enable console mode (#3119)
This commit is contained in:
@@ -888,7 +888,7 @@ footer .ui.language .menu {
|
||||
width: 320px !important;
|
||||
}
|
||||
.install form input {
|
||||
width: 35% !important;
|
||||
width: 300px !important;
|
||||
}
|
||||
.install form .field {
|
||||
text-align: left;
|
||||
@@ -897,17 +897,16 @@ footer .ui.language .menu {
|
||||
margin-left: 335px !important;
|
||||
}
|
||||
.install form .field.optional .title {
|
||||
margin-left: 38%;
|
||||
margin-left: 320px !important;
|
||||
}
|
||||
.install .ui .checkbox {
|
||||
margin-left: 40% !important;
|
||||
.install .ui.checkbox {
|
||||
margin-left: 335px !important;
|
||||
}
|
||||
.install .ui .checkbox label {
|
||||
.install .ui.checkbox label {
|
||||
width: auto !important;
|
||||
}
|
||||
.install #use-builtin-ssh-server {
|
||||
.install .inline.checkbox {
|
||||
margin-top: -1em;
|
||||
margin-left: -15px !important;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
.form .help {
|
||||
|
||||
Reference in New Issue
Block a user