mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-13 05:26:16 +01:00
fix css rule
This commit is contained in:
parent
e3bdfd51ff
commit
d015d951bd
2 changed files with 31 additions and 29 deletions
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -12,37 +12,39 @@
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.repository form {
|
.repository.new.fork {
|
||||||
margin: auto;
|
form {
|
||||||
width: 800px!important;
|
margin: auto;
|
||||||
.ui.message {
|
width: 800px!important;
|
||||||
text-align: center;
|
.ui.message {
|
||||||
}
|
text-align: center;
|
||||||
@input-padding: 250px !important;
|
|
||||||
.header {
|
|
||||||
padding-left: @input-padding+20px;
|
|
||||||
}
|
|
||||||
.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 {
|
@input-padding: 250px !important;
|
||||||
margin-right: 0!important;
|
.header {
|
||||||
i {
|
padding-left: @input-padding+20px;
|
||||||
|
}
|
||||||
|
.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;
|
margin-right: 0!important;
|
||||||
|
i {
|
||||||
|
margin-right: 0!important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
input,
|
||||||
input,
|
textarea {
|
||||||
textarea {
|
width: 50%!important;
|
||||||
width: 50%!important;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue