improved style of home page failure cards

This commit is contained in:
Brad Rydzewski 2014-07-09 18:28:11 -07:00
parent 81d99129cd
commit f4f23600d9
3 changed files with 26 additions and 1 deletions

View file

@ -696,6 +696,19 @@ nav div.options .pure-button i {
#homepage section .card[data-status="Error"] .l-box:hover {
border: 1px solid #262626;
}
#homepage section .card[data-status="Killed"]:after,
#homepage section .card[data-status="Failure"]:after,
#homepage section .card[data-status="Error"]:after {
font-family: 'FontAwesome';
font-size: 16px;
position: absolute;
right: 12px;
top: -8px;
content: "\f111";
color: #e97041;
min-width: 16px;
text-align: center;
}
#repospage {
width: 100%;
}

View file

@ -633,6 +633,18 @@ nav {
border:1px solid @c0;
}
}
&:after {
font-family:'FontAwesome';
font-size:16px;
position:absolute;
right:12px;
top:-8px;
content:"\f111";
color: @cneg;
min-width:16px;
text-align:center;
}
}
}
}

File diff suppressed because one or more lines are too long