fix images in tile-view have all sorts of heights, specially in /apps

This commit is contained in:
ralf 2022-08-08 13:45:55 +02:00
parent 301d38796f
commit b4438dbc03
3 changed files with 5 additions and 8 deletions

View File

@ -46,9 +46,8 @@ table.egwGridView_grid .tile .file_tile {
max-width: 140px;
}
.tile .file_tile img.vfsMimeIcon, .tile .file_tile et2-vfs-mime > img {
height: auto;
height: 48px;
width: auto;
max-height: 48px;
display:block;
margin: 0 auto;
}

View File

@ -67,9 +67,8 @@ table.egwGridView_grid .tile .file_tile {
}
.tile .file_tile img.vfsMimeIcon,
.tile .file_tile et2-vfs-mime > img {
height: auto;
height: 48px;
width: auto;
max-height: 48px;
display: block;
margin: 0 auto;
}
@ -536,4 +535,4 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
td.eaclRights {
display: block;
}
}
}

View File

@ -55,9 +55,8 @@ table.egwGridView_grid .tile .file_tile {
}
.tile .file_tile img.vfsMimeIcon,
.tile .file_tile et2-vfs-mime > img {
height: auto;
height: 48px;
width: auto;
max-height: 48px;
display: block;
margin: 0 auto;
}
@ -379,4 +378,4 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
background-size: 12px;
background-repeat: no-repeat;
background-position: center;
}
}