mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
adaptive layout: border line fix
This commit is contained in:
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user