Skip to content
This repository was archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
claygriffiths committed Apr 4, 2018
1 parent 4480442 commit 24b4036
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
}

.VolumesContainer .TableList {
display: flex;
flex-direction: column;
display: table;
}

.VolumesContainer .TableListRow > * {
display: table-cell;
}

.VolumesContainer .TableListRow {
Expand All @@ -16,20 +19,15 @@
width: 100% !important;
}

.VolumesContainer .TableListRow > div {
float: left;
}

.VolumesContainer .TableListRow > div:nth-child(1),
.VolumesContainer .TableListRow > div:nth-child(2) {
width: calc( 50% - 4% );
width: 50%;
padding: 0 0 0 30px;
}

.VolumesContainer .TableListRow > div:nth-child(3) {
width: 8%;
.VolumesContainer .TableListRow > div:last-of-type {
text-align: center;
padding: 0;
padding: 0 20px;
}

.VolumesContainer .TableListRow > div:nth-child(1) {
Expand Down

0 comments on commit 24b4036

Please sign in to comment.