1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Finish new web hook pages

This commit is contained in:
Unknwon
2014-08-09 15:40:10 -07:00
parent 9820b8e134
commit 9a1d5d2489
23 changed files with 249 additions and 265 deletions

View File

@@ -392,6 +392,7 @@ dt {
color: #FFF;
}
.btn-red {
color: #FFF;
background-color: #d9453d;
border: 1px solid #d9453d;
}
@@ -432,6 +433,10 @@ dt {
color: white;
padding: 0 10px;
}
.btn-link {
overflow: visible;
padding: .6em 1.2em;
}
.btn-radius {
border-radius: .25em;
}
@@ -673,6 +678,7 @@ ul.menu-radius > li:last-child > a {
background-color: white;
}
.panel .panel-body .panel-desc {
padding: 0 40px;
margin-bottom: 20px;
}
.panel .panel-content {