vfs styling changes --added wrapping of long filenames --improved mail attachment list to use available space

This commit is contained in:
milan 2024-12-05 13:17:47 +01:00
parent 2754bee19e
commit 5e4ccd4af6
4 changed files with 10 additions and 3 deletions

View File

@ -10,6 +10,9 @@ export default css`
flex-direction: column;
gap: var(--sl-spacing-small);
}
et2-dialog et2-vfs-select-row{
overflow-wrap: anywhere;
}
.et2_toolbar {
display: flex;

View File

@ -197,7 +197,7 @@ export class Et2VfsSelectDialog
return this.egw().request(this.egw().link(this.egw().ajaxUrl(this.egw().decodePath(Et2VfsSelectDialog.SERVER_URL))),
[content, attrs]).then((results) =>
{
debugger;
//debugger;
});
}

View File

@ -1775,6 +1775,7 @@ ul.et2_vfs {
}
.et2_vfs li.vfsFilename {
overflow-wrap: anywhere;
display: inline;
}

View File

@ -174,6 +174,9 @@ A.sieveRowInActive
table tr.attachmentRow > td{
vertical-align: middle;
}
table tr.attachmentRow > td et2-description{
width: 84vw;
}
table tr.attachmentRow > td > img {
background:transparent;
padding-left: 5px;
@ -237,7 +240,7 @@ pre {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
word-wrap: break-word;
overflow-wrap: anywhere;
}
#mail-index {
position: relative;
@ -356,7 +359,7 @@ div.mailUploadSection > div.et2_hbox > label {
min-width: 15ex;
}
#mail-compose_selectFromVFSForCompose{
display: none;
height:0;
width:20px;
float:none;
background-color: transparent;