mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
776 B
50 lines
776 B
.form { |
|
.help { |
|
color: #999999; |
|
padding-top: .6em; |
|
padding-bottom: .6em; |
|
display: inline-block; |
|
} |
|
} |
|
.ui.attached.header { |
|
background: #f0f0f0; |
|
.right { |
|
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; |
|
} |
|
.text { |
|
margin-right: 0!important; |
|
i { |
|
margin-right: 0!important; |
|
} |
|
} |
|
} |
|
input, |
|
textarea { |
|
width: 50%!important; |
|
} |
|
} |
|
} |