forked from extern/egroupware
fix images in tile-view have all sorts of heights, specially in /apps
This commit is contained in:
parent
301d38796f
commit
b4438dbc03
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user