mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
new repo git hooks UI
This commit is contained in:
@@ -86,8 +86,14 @@ img {
|
||||
}
|
||||
}
|
||||
}
|
||||
&.green {
|
||||
color: #6cc644!important;
|
||||
}
|
||||
&.left {
|
||||
text-align: left!important;
|
||||
}
|
||||
&.right {
|
||||
text-align: right;
|
||||
text-align: right!important;
|
||||
}
|
||||
&.small {
|
||||
font-size: 0.75em;
|
||||
|
@@ -16,6 +16,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.repository {
|
||||
&.new.migrate,
|
||||
&.new.fork {
|
||||
@@ -57,4 +58,25 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.repository.edit.hook {
|
||||
form {
|
||||
@input-padding: 25%!important;
|
||||
.inline.field > label {
|
||||
text-align: right;
|
||||
width: @input-padding;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
width: 50%!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.repository.edit.hook {
|
||||
form {
|
||||
textarea {
|
||||
width: 70%!important;
|
||||
}
|
||||
}
|
||||
}
|
@@ -623,6 +623,17 @@
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
.hook.list {
|
||||
.item:not(:first-child) {
|
||||
border-top: 1px solid #eaeaea;
|
||||
}
|
||||
.item {
|
||||
padding: 10px 20px;
|
||||
i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui.vertical.menu {
|
||||
|
Reference in New Issue
Block a user