mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-12 00:10:53 +01:00
vfs styling changes --added wrapping of long filenames --improved mail attachment list to use available space
This commit is contained in:
parent
2754bee19e
commit
5e4ccd4af6
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
});
|
||||
}
|
||||
|
@ -1775,6 +1775,7 @@ ul.et2_vfs {
|
||||
}
|
||||
|
||||
.et2_vfs li.vfsFilename {
|
||||
overflow-wrap: anywhere;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user