Updated css and added detected changes to confirmation page

This commit is contained in:
Thu Trang Pham
2020-11-01 01:21:51 -07:00
parent 3f8961478a
commit 47b1d6beee
6 changed files with 83 additions and 21 deletions
@@ -0,0 +1,24 @@
.submit-row a.cancel-link {
display: block;
background: #ba2121;
border-radius: 4px;
padding: 10px 15px;
height: 15px;
line-height: 15px;
color: #fff;
}
.submit-row a.cancel-link:focus,
.submit-row a.cancel-link:hover,
.submit-row a.cancel-link:active {
background: #a41515;
}
.changed-data table {
width: 100%;
}
.changed-data th,
.changed-data td {
width: 30%;
white-space: nowrap;
}