From e633425f276a0b95702e2a12b3d5f0d217e76f6d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 15 Aug 2015 16:03:20 +0800 Subject: #1180 and #1250: migration --- public/less/_form.less | 64 +++++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 29 deletions(-) (limited to 'public/less/_form.less') diff --git a/public/less/_form.less b/public/less/_form.less index 8d02ae5afe..26928fd190 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -12,39 +12,45 @@ margin-top: -5px; } } -.repository.new.fork { - form { - margin: auto; - width: 800px!important; - .ui.message { - text-align: center; - } - @input-padding: 250px !important; - .header { - padding-left: @input-padding+30px; - } - .inline.field > label { - text-align: right; - width: @input-padding; - word-wrap: break-word; - } - .help { - margin-left: @input-padding+10px; - } - .dropdown { - .dropdown.icon { - margin-top: -7px!important; +.repository { + &.new.migrate, + &.new.fork { + form { + margin: auto; + width: 800px!important; + .ui.message { + text-align: center; + } + @input-padding: 250px !important; + .header { + padding-left: @input-padding+30px; + } + .inline.field > label { + text-align: right; + width: @input-padding; + word-wrap: break-word; } - .text { - margin-right: 0!important; - i { + .help { + margin-left: @input-padding+15px; + } + .dropdown { + .dropdown.icon { + margin-top: -7px!important; + } + .text { margin-right: 0!important; + i { + margin-right: 0!important; + } } } - } - input, - textarea { - width: 50%!important; + .optional .title { + margin-left: @input-padding; + } + input, + textarea { + width: 50%!important; + } } } } \ No newline at end of file -- cgit v1.2.3