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.
34 lines
533 B
34 lines
533 B
.install { |
|
@input-padding: 320px !important; |
|
|
|
padding-top: 45px; |
|
padding-bottom: @footer-margin * 2; |
|
form { |
|
label { |
|
text-align: right; |
|
width: @input-padding; |
|
} |
|
input { |
|
width: 300px !important; |
|
} |
|
.field { |
|
text-align: left; |
|
.help { |
|
margin-left: @input-padding+15px; |
|
} |
|
&.optional .title { |
|
margin-left: @input-padding; |
|
} |
|
} |
|
} |
|
.ui.checkbox { |
|
margin-left: @input-padding+15px; |
|
label { |
|
width: auto !important; |
|
} |
|
} |
|
.inline.checkbox { |
|
margin-top: -1em; |
|
margin-bottom: 2em; |
|
} |
|
}
|
|
|