1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00

make status icons 32px for consistency

This commit is contained in:
Brad Rydzewski 2015-08-10 00:58:48 -07:00
parent 1a92825799
commit 194f7dd6ca
2 changed files with 27 additions and 11 deletions

View File

@ -75,9 +75,25 @@
.list em {
color:#65737e;
}
/*
.matrix-list a.active {
background-color: #eff1f5;
margin-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;
}

View File

@ -362,7 +362,7 @@ main aside > div {
}
.job-list > a 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 {
width: 36px;
height: 36px;
width: 32px;
height: 32px;
border-radius: 50%;
display: inline-block;
}
.status i {
line-height: 36px;
width: 36px;
line-height: 32px;
width: 32px;
vertical-align: middle;
text-align: center;
font-size:24px;
color:rgba(255,255,255,0.7);
}
.status-small {
width: 32px;
height: 32px;
width: 28px;
height: 28px;
}
.status-small i {
line-height: 32px;
width: 32px;
height: 32px;
line-height: 28px;
width: 28px;
height: 28px;
}
/* Search Form */