AC-931: Fixed typo. AC-925 clickin on failed inventory sync icon works again. Inventory Refactor: consolidated actions and status fields to a single column and simplified tool-tip text. Made 'sync' labeling more consistent, I think.

This commit is contained in:
chris Houseknecht
2014-01-15 04:31:11 -05:00
parent 298e55017f
commit ef324f2397
17 changed files with 75 additions and 78 deletions

View File

@@ -106,11 +106,11 @@ a:focus {
.actions {
a {
font-size: 14px;
margin-left: 15px;
margin-right: 15px;
}
a:first-child {
/*a:first-child {
margin-left: 0;
}
}*/
a:hover {
cursor: pointer;
}
@@ -843,12 +843,12 @@ input[type="checkbox"].checkbox-no-label {
content: "\f111";
}
.icon-failures-none,
/*.icon-failures-none,
.icon-failures-na,
.icon-failures-true,
.icon-failures-false {
font-size: 12px;
}
}*/
.badge {
padding: 2px 3px 3px 4px;