Latest job detail page changes.

This commit is contained in:
Chris Houseknecht
2014-04-22 00:15:25 -04:00
parent be3996b9be
commit 0b0207e20e
7 changed files with 279 additions and 113 deletions

View File

@@ -950,6 +950,13 @@ input[type="checkbox"].checkbox-no-label {
border-top: none;
}
/* Less padding on .table-condensed */
.table-condensed>tbody>tr>td,
.table-condensed>thead>tr>th {
padding-top: 3px;
padding-bottom: 3px;
}
/* Table info rows */
.loading-info {