1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 08:55:47 +00:00
gitea/public/less/_form.less

50 lines
776 B
Plaintext
Raw Normal View History

2015-07-07 17:09:03 +00:00
.form {
.help {
color: #999999;
padding-top: .6em;
padding-bottom: .6em;
display: inline-block;
}
2015-08-06 14:48:11 +00:00
}
.ui.attached.header {
background: #f0f0f0;
.right {
margin-top: -5px;
}
2015-08-08 09:10:34 +00:00
}
2015-08-08 09:53:38 +00:00
.repository.new.fork {
form {
margin: auto;
width: 800px!important;
.ui.message {
text-align: center;
}
@input-padding: 250px !important;
.header {
2015-08-09 17:04:23 +00:00
padding-left: @input-padding+30px;
2015-08-08 09:10:34 +00:00
}
2015-08-08 09:53:38 +00:00
.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 {
2015-08-08 09:10:34 +00:00
margin-right: 0!important;
2015-08-08 09:53:38 +00:00
i {
margin-right: 0!important;
}
2015-08-08 09:10:34 +00:00
}
}
2015-08-08 09:53:38 +00:00
input,
textarea {
width: 50%!important;
}
2015-08-08 09:10:34 +00:00
}
2015-07-07 17:09:03 +00:00
}