mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
GPG commit validation (#1150)
* GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
This commit is contained in:
committed by
Lunny Xiao
parent
9224405155
commit
14fe9010ae
@@ -800,8 +800,31 @@
|
||||
padding-left: 15px;
|
||||
}
|
||||
.sha {
|
||||
font-size: 13px;
|
||||
padding: 6px 40px 4px 35px;
|
||||
text-align: center;
|
||||
width: 140px;
|
||||
}
|
||||
}
|
||||
td.sha{
|
||||
.sha.label{
|
||||
margin: 0;
|
||||
&.isSigned{
|
||||
border: 1px solid #BBB;
|
||||
.detail.icon{
|
||||
background: #FAFAFA;
|
||||
margin: -6px -10px -4px 0px;
|
||||
padding: 5px 3px 5px 6px;
|
||||
border-left: 1px solid #BBB;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
}
|
||||
&.isSigned.isVerified{
|
||||
border: 1px solid #21BA45;
|
||||
background: #21BA4518;
|
||||
.detail.icon{
|
||||
border-left: 1px solid #21BA4580;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.ui.basic.striped.table tbody tr:nth-child(2n) {
|
||||
@@ -1206,6 +1229,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.ui.attached.isSigned.isVerified{
|
||||
&:not(.positive){
|
||||
border-left: 1px solid #A3C293;
|
||||
border-right: 1px solid #A3C293;
|
||||
}
|
||||
&.top:not(.positive){
|
||||
border-top: 1px solid #A3C293;
|
||||
}
|
||||
&:not(.positive):last-child {
|
||||
border-bottom: 1px solid #A3C293;
|
||||
}
|
||||
}
|
||||
}
|
||||
// End of .repository
|
||||
|
||||
|
Reference in New Issue
Block a user