aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-18 12:47:35 -0500
committerUnknwon <u@gogs.io>2017-02-18 12:47:35 -0500
commit21d538a73857e4732dc2060279ee486caa93e921 (patch)
treeb85fe7054dee775de211f1396474c12ecceed6e8 /public/css
parent36f448f47fefe9222a7781063b28d81937053964 (diff)
install: able to enable builtin SSH server (#3773)
Diffstat (limited to 'public/css')
-rw-r--r--public/css/gogs.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index e437ae49..5cccce31 100644
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -900,6 +900,11 @@ footer .ui.language .menu {
.install .ui .checkbox label {
width: auto !important;
}
+.install #use-builtin-ssh-server {
+ margin-top: -1em;
+ margin-left: -15px !important;
+ margin-bottom: 2em;
+}
.form .help {
color: #999999;
padding-top: .6em;