add webhook recent deliveries

This commit is contained in:
Unknwon 2015-08-27 23:06:14 +08:00
parent fc2d0e5470
commit 23f42d92c9
18 changed files with 474 additions and 233 deletions

View file

@ -7,6 +7,19 @@ body {
img {
border-radius: 3px;
}
pre {
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
&.raw {
padding: 7px 12px;
margin: 10px 0;
background-color: #f8f8f8;
border: 1px solid #ddd;
border-radius: 3px;
font-size: 13px;
line-height: 1.5;
overflow: auto;
}
}
.full.height {
padding: 0;
margin: 0 0 -@footer-margin*2 0;
@ -121,6 +134,10 @@ img {
&.thin {
font-weight: normal;
}
&.middle {
vertical-align: middle;
}
}
.message {

View file

@ -624,7 +624,7 @@
}
}
.hook.list {
.item:not(:first-child) {
> .item:not(:first-child) {
border-top: 1px solid #eaeaea;
}
.item {
@ -632,6 +632,40 @@
.octicon,
.fa {
width: 20px;
text-align: center;
}
}
}
.hook.history.list {
.item {
padding-left: 13px;
.meta {
.ui.right {
margin-top: 5px;
.time {
font-size: 12px;
}
}
}
.info {
margin-top: 10px;
.tabular.menu {
.item {
font-weight: 500;
}
}
.tab.segment {
border: none;
padding: 0;
padding-top: 10px;
box-shadow: none;
* {
color: #666;
}
pre {
word-wrap: break-word;
}
}
}
}
}