mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
22 lines
302 B
Plaintext
22 lines
302 B
Plaintext
|
.install {
|
||
|
padding-top: 45px;
|
||
|
padding-bottom: @footer-margin * 3;
|
||
|
.attached.header {
|
||
|
background: #f0f0f0;
|
||
|
}
|
||
|
form {
|
||
|
label {
|
||
|
text-align: right;
|
||
|
width: 40% !important;
|
||
|
}
|
||
|
input {
|
||
|
width: 35% !important;
|
||
|
}
|
||
|
.field {
|
||
|
text-align: left;
|
||
|
.help {
|
||
|
margin-left: 41%;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|