adaptive layout: border line fix

This commit is contained in:
Oleg Sinizin
2021-07-06 15:40:40 +03:00
parent 12a72795ff
commit 582a0d0612
8 changed files with 15 additions and 52 deletions

View File

@ -213,6 +213,7 @@
}
.tableHeaderCellDownload {
padding-right: 22px;
width: 22%;
}
}
@ -315,7 +316,7 @@
}
.downloadContentCellShift:after {
top: 33px;
bottom: 0;
left: 0;
content: "";
background: #e5e5e5;
@ -328,10 +329,6 @@
.tableRow td:first-child {
max-width: 100%;
}
.downloadContentCellShift:after {
top: 65px;
}
}
@ -425,8 +422,6 @@
}
.downloadContentCellShift:after {
/*content: none;*/
top:97px;
width: 85%;
}