Font-Awesomed Missing and History

This commit is contained in:
Mark McDowall
2012-10-10 19:59:35 -07:00
parent f643c5e3fb
commit 665e4b9fbf
5 changed files with 17 additions and 12 deletions
+10 -5
View File
@@ -1,15 +1,16 @@
.gridImage, .gridAction, .grid-icon
{
width: 18px;
height: 18px;
width: 17px;
/*height: 18px;
margin: 0px;*/
padding: 3px 1px;
margin: 0px;
vertical-align: middle;
border: none;
display: inline !important;
display: inline-block !important;
text-decoration: none !important;
color: #000000;
font-size: 20px;
font-size: 19px;
line-height: 19px;
}
.gridAction:hover
@@ -120,4 +121,8 @@ table.dataTable thead th.sorting_desc, table.dataTable thead th.sorting_asc, tab
/* Icon color when ignored */
.ignored {
color: gray !important;
}
[data-status="Missing"] {
color: #B40404 !important;
}