diff options
author | Unknwon <u@gogs.io> | 2017-03-17 00:16:46 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-17 00:16:46 -0400 |
commit | 2d4dc544bea95239f620246610ccd9ed0a0ffd46 (patch) | |
tree | b704e2bfe0e0988048246338db9029bb4eb173da /public/css | |
parent | 171f97868dccb6d2c2a73b44b07593ccb8f348e6 (diff) |
install: able to enable console mode (#3119)
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index f26d024e..8bba6016 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -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 { |