new webhooks list UI
This commit is contained in:
parent
1cb03135b7
commit
2881456421
28 changed files with 329 additions and 180 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
|
@ -73,9 +73,21 @@ img {
|
|||
.text {
|
||||
&.red {
|
||||
color: #d95c5c!important;
|
||||
a {
|
||||
color: #d95c5c!important;
|
||||
&:hover {
|
||||
color: #E67777!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.blue {
|
||||
color: #428bca!important;
|
||||
a {
|
||||
color: #15c!important;
|
||||
&:hover {
|
||||
color: #428bca!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.grey {
|
||||
color: #767676!important;
|
||||
|
@ -105,6 +117,10 @@ img {
|
|||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&.thin {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.message {
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.repository.edit.hook {
|
||||
.repository.edit.githook {
|
||||
form {
|
||||
@input-padding: 25%!important;
|
||||
.inline.field > label {
|
||||
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.repository.edit.hook {
|
||||
.repository.edit.githook {
|
||||
form {
|
||||
textarea {
|
||||
width: 70%!important;
|
||||
|
|
17
public/less/_organization.less
Normal file
17
public/less/_organization.less
Normal file
|
@ -0,0 +1,17 @@
|
|||
.organization {
|
||||
padding-top: 15px;
|
||||
padding-bottom: @footer-margin * 2;
|
||||
|
||||
.head {
|
||||
.ui.header {
|
||||
.text {
|
||||
vertical-align: middle;
|
||||
font-size: 1.6rem;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.ui.right {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -629,8 +629,9 @@
|
|||
}
|
||||
.item {
|
||||
padding: 10px 20px;
|
||||
i {
|
||||
margin-right: 5px;
|
||||
.octicon,
|
||||
.fa {
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
@import "_install";
|
||||
@import "_form";
|
||||
@import "_repository";
|
||||
@import "_organization";
|
||||
@import "_user";
|
||||
@import "_dashboard";
|
||||
@import "_admin";
|
Loading…
Add table
Add a link
Reference in a new issue