Made the "status" columns throughout the project a static width and nestled it up against the name/id column to match up with the spec. Made all the tooltip hovers appear to the right of the icon since they are all lined up on the left side of the table now.

This commit is contained in:
Michael Abashian
2016-01-28 12:23:35 -05:00
parent 9c538b5618
commit 34185304d6
12 changed files with 118 additions and 101 deletions

View File

@@ -271,3 +271,17 @@ table, tbody {
.List-searchRow {
margin-bottom: 20px;
}
.List-staticColumn--smallStatus {
width: 25px;
padding-right: 0px!important;
}
.List-staticColumn--mediumStatus {
width: 51px;
padding-right: 0px!important;
}
.List-staticColumnAdjacent {
padding-left: 10px!important;
}