diff options
author | Unknwon <u@gogs.io> | 2015-08-27 23:06:14 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-27 23:06:14 +0800 |
commit | 23f42d92c917564435a00e8e75633b8056bd7b0d (patch) | |
tree | 6fed7f6df4c6b039e4e43eaae2fcd5788ddba3a0 /public/less/_repository.less | |
parent | fc2d0e5470fa2fea260adba30866acda1aa945cb (diff) | |
download | gitea-23f42d92c917564435a00e8e75633b8056bd7b0d.tar.gz gitea-23f42d92c917564435a00e8e75633b8056bd7b0d.zip |
add webhook recent deliveries
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index dd12dda055..ffd16c31e9 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -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; + } + } } } } |