mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
nodejs: fix styles for display by action
This commit is contained in:
@ -34,15 +34,15 @@
|
||||
}
|
||||
|
||||
.tableHeaderCellFileName {
|
||||
width: 25%;
|
||||
width: 29%;
|
||||
}
|
||||
|
||||
.tableHeaderCellEditors {
|
||||
width: 13%;
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
.tableHeaderCellViewers {
|
||||
width: 18%;
|
||||
width: 15%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@ -237,15 +237,15 @@
|
||||
|
||||
.tableRow td:first-child {
|
||||
flex-grow: 0;
|
||||
width: 15%;
|
||||
width: 26%;
|
||||
}
|
||||
|
||||
.tableHeaderCellFileName {
|
||||
width: 9%;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.tableHeaderCellEditors {
|
||||
width: 13%;
|
||||
width: 3%;
|
||||
}
|
||||
|
||||
.tableHeaderCellViewers {
|
||||
@ -274,12 +274,12 @@
|
||||
}
|
||||
|
||||
.tableHeaderCellEditors {
|
||||
width: 15%;
|
||||
width: 13%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tableHeaderCellFileName {
|
||||
width: 28%;
|
||||
width: 29%;
|
||||
}
|
||||
|
||||
.tableHeaderCellViewers {
|
||||
@ -366,7 +366,7 @@
|
||||
}
|
||||
|
||||
.tableHeaderCellFileName {
|
||||
width: 20%;
|
||||
width: 22%;
|
||||
}
|
||||
|
||||
.tableHeaderCellEditors {
|
||||
@ -375,7 +375,7 @@
|
||||
}
|
||||
|
||||
.tableHeaderCellViewers {
|
||||
width: 19%;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.tableHeaderCellAction {
|
||||
@ -390,7 +390,7 @@
|
||||
|
||||
@media (max-width: 890px) {
|
||||
.tableRow td:first-child {
|
||||
max-width: 17%;
|
||||
max-width: 22%;
|
||||
}
|
||||
#portal-info {
|
||||
max-width: 60vw;
|
||||
@ -496,7 +496,7 @@
|
||||
}
|
||||
|
||||
.contentCells-icon {
|
||||
width: 13%;
|
||||
width: 11%;
|
||||
}
|
||||
|
||||
.tableRow td:last-child {
|
||||
@ -625,7 +625,7 @@
|
||||
width: 83%;
|
||||
}
|
||||
.contentCells-icon {
|
||||
width: 13%;
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.downloadContentCellShift {
|
||||
@ -652,7 +652,7 @@
|
||||
width: 85%;
|
||||
}
|
||||
.contentCells-icon {
|
||||
width: 11%;
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.downloadContentCellShift {
|
||||
@ -702,7 +702,7 @@
|
||||
}
|
||||
|
||||
.contentCells-icon{
|
||||
width: 12%;
|
||||
width: 10%;
|
||||
}
|
||||
footer table td {
|
||||
margin: 0;
|
||||
|
||||
@ -974,15 +974,15 @@ html {
|
||||
.tableRow td:first-child {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
max-width: 24%;
|
||||
max-width: 29%;
|
||||
}
|
||||
|
||||
.tableHeaderCellFileName {
|
||||
width: 20%;
|
||||
width: 24%;
|
||||
}
|
||||
|
||||
.tableHeaderCellEditors {
|
||||
width: 20%;
|
||||
width: 17%;
|
||||
}
|
||||
|
||||
.tableHeaderCellViewers {
|
||||
|
||||
@ -251,7 +251,7 @@
|
||||
|
||||
<!-- 5 -->
|
||||
<% if (storedFiles[i].actions.includes("edit") && storedFiles[i].documentType == "word") { %>
|
||||
<td class="contentCells contentCells-icon">
|
||||
<td class="contentCells contentCells-icon contentCells-shift">
|
||||
<a class="action-link" href="editor?type=desktop&mode=blockcontent&fileName=<%= encodeURIComponent(storedFiles[i].name) %>" target="_blank">
|
||||
<img src="images/block-content.svg" alt="Open in editor without content control modification" title="Open in editor without content control modification" /></a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user