harness-drone/cmd/drone-server/static/styles/list.css
2015-08-10 00:58:48 -07:00

99 lines
1.7 KiB
CSS

.list > a,
.list > li {
display: flex;
padding: 30px 0px;
border-top: 1px solid #f0f4f7;
color:#4c555a;
text-decoration: none;
position: relative;
}
.list > a:first-child,
.list > li:first-child {
border-top: none;
}
.list .column-avatar {
width: 60px;
min-width: 60px;
}
.list .column-status {
width: 60px;
min-width: 60px;
}
.list .column-fill {
flex: 1 1 auto;
}
.comfortable > a,
.comfortable > div,
.comfortable > li {
padding-top:30px;
padding-bottom:30px;
}
.cozy > a,
.cozy > div,
.cozy > li {
padding-top:15px;
padding-bottom:15px;
}
.compact > a,
.compact > div,
.compact > li {
padding-top:10px;
padding-bottom:10px;
}
.list .column-avatar img {
width:32px;
height:32px;
border-radius:4px;
margin-left:5px;
}
.user-list .column-avatar img {
width:32px;
height:32px;
border-radius:50%;
margin-left:5px;
}
.list h2 {
line-height:32px;
font-size:18px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom:1px;
}
.list p {
color:#a7adba;
margin-top:3px;
font-size:14px;
line-height:20px;
}
.list em,
.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;
}