diff options
author | Joubert RedRat <me+github@redrat.com.br> | 2016-10-19 11:21:10 -0200 |
---|---|---|
committer | Joubert RedRat <me+github@redrat.com.br> | 2016-10-19 11:21:10 -0200 |
commit | f3321d920d5ade3ba734e506ce63a5f2a418fbf5 (patch) | |
tree | 7510c91acc16aa146d3de3f6c32d0e65a551036d /public/less | |
parent | 6bcff7828f117af8d51285ce3acba01a7e40a867 (diff) | |
download | gitea-f3321d920d5ade3ba734e506ce63a5f2a418fbf5.tar.gz gitea-f3321d920d5ade3ba734e506ce63a5f2a418fbf5.zip |
Small UI fixes on full width form titles
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_form.less | 13 | ||||
-rw-r--r-- | public/less/_organization.less | 6 |
2 files changed, 15 insertions, 4 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 3dba34d7ec..1fe48d97ac 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -1,9 +1,9 @@ .form { .help { color: #999999; - padding-top: .6em; - padding-bottom: .6em; - display: inline-block; + padding-top: .6em; + padding-bottom: .6em; + display: inline-block; } } .ui.attached.header { @@ -56,7 +56,8 @@ form { width: 700px!important; .header { - padding-left: @input-padding+30px; + padding-left: 0 !important; + text-align: center; } .inline.field > label { width: @input-padding; @@ -81,6 +82,10 @@ } } } + .header { + padding-left: 0 !important; + text-align: center; + } } } diff --git a/public/less/_organization.less b/public/less/_organization.less index 664c464274..b02e43b644 100644 --- a/public/less/_organization.less +++ b/public/less/_organization.less @@ -17,6 +17,12 @@ &.new.org { #create-page-form; + form { + .header { + padding-left: 0 !important; + text-align: center; + } + } } &.options { |