mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-08 16:45:30 +00:00
make status icons 32px for consistency
This commit is contained in:
parent
1a92825799
commit
194f7dd6ca
2 changed files with 27 additions and 11 deletions
|
@ -75,9 +75,25 @@
|
||||||
.list em {
|
.list em {
|
||||||
color:#65737e;
|
color:#65737e;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
.matrix-list a.active {
|
.matrix-list a.active {
|
||||||
background-color: #eff1f5;
|
background-color: #eff1f5;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
}*/
|
||||||
|
.matrix-list a.active:after {
|
||||||
|
content:"chevron_right";
|
||||||
|
font-family: "Material Icons";
|
||||||
|
line-height:28px;
|
||||||
|
color: #c0c5ce;
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 24px;
|
||||||
|
letter-spacing: normal;
|
||||||
|
text-transform: none;
|
||||||
|
display: inline-block;
|
||||||
|
word-wrap: normal;
|
||||||
|
-webkit-font-feature-settings: 'liga';
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
margin-right:-5px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -362,7 +362,7 @@ main aside > div {
|
||||||
}
|
}
|
||||||
.job-list > a div.param:first-child,
|
.job-list > a div.param:first-child,
|
||||||
.job-list > li div.param:first-child {
|
.job-list > li div.param:first-child {
|
||||||
margin-top:10px;
|
margin-top:9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -509,27 +509,27 @@ menu .button span {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
width: 36px;
|
width: 32px;
|
||||||
height: 36px;
|
height: 32px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.status i {
|
.status i {
|
||||||
line-height: 36px;
|
line-height: 32px;
|
||||||
width: 36px;
|
width: 32px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size:24px;
|
font-size:24px;
|
||||||
color:rgba(255,255,255,0.7);
|
color:rgba(255,255,255,0.7);
|
||||||
}
|
}
|
||||||
.status-small {
|
.status-small {
|
||||||
width: 32px;
|
width: 28px;
|
||||||
height: 32px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
.status-small i {
|
.status-small i {
|
||||||
line-height: 32px;
|
line-height: 28px;
|
||||||
width: 32px;
|
width: 28px;
|
||||||
height: 32px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search Form */
|
/* Search Form */
|
||||||
|
|
Loading…
Reference in a new issue