diff options
author | Unknwon <u@gogs.io> | 2015-08-19 20:36:19 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-19 20:36:19 +0800 |
commit | bd1d7d1509e87c8ace6d8372cd1db7535ce06525 (patch) | |
tree | dbce69b06521abafb5fe0ad01014e6e5f3826d28 /public/less/_install.less | |
parent | 1453e91f419e52fc74e3ec51b47a080a27a33342 (diff) | |
download | gitea-bd1d7d1509e87c8ace6d8372cd1db7535ce06525.tar.gz gitea-bd1d7d1509e87c8ace6d8372cd1db7535ce06525.zip |
Able to set SSH port when install, update Docker docs
Diffstat (limited to 'public/less/_install.less')
-rw-r--r-- | public/less/_install.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/less/_install.less b/public/less/_install.less index ffc5325251..7bd6265f14 100644 --- a/public/less/_install.less +++ b/public/less/_install.less @@ -2,9 +2,10 @@ padding-top: 45px; padding-bottom: @footer-margin * 3; form { + @input-padding: 320px !important; label { text-align: right; - width: 40% !important; + width: @input-padding; } input { width: 35% !important; @@ -12,7 +13,7 @@ .field { text-align: left; .help { - margin-left: 41%; + margin-left: @input-padding+15px; } &.optional .title { margin-left: 38%; |