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/_organization.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/_organization.less')
-rw-r--r-- | public/less/_organization.less | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |