diff options
author | Unknwon <u@gogs.io> | 2015-08-28 16:44:04 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-28 16:44:04 +0800 |
commit | 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 (patch) | |
tree | 3b55f109f957c54890972d533af435d3a3ed8e96 /public/less/_form.less | |
parent | 4cfa2ca40d4f211a124ab9973dfc814190b758b9 (diff) | |
download | gitea-46bee50e45ef8f3e9f3727649fa24d50bb2fc782.tar.gz gitea-46bee50e45ef8f3e9f3727649fa24d50bb2fc782.zip |
complate list of gitignores and licenses
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 23bb6fa05e..a470c63762 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -18,6 +18,8 @@ } .repository { + @input-padding: 250px !important; + &.new.repo, &.new.migrate, &.new.fork { form { @@ -26,7 +28,6 @@ .ui.message { text-align: center; } - @input-padding: 250px !important; .header { padding-left: @input-padding+30px; } @@ -58,6 +59,15 @@ } } } + + &.new.repo { + .selection.dropdown { + width: 50%!important; + } + #auto-init { + margin-left: @input-padding+15px; + } + } } .new.webhook { |