mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
moving vfsMime icon size to etemplate, only overwriting it for thumbnail more specific in filemanager for Pixelegg template as they limit all images in NM widget
This commit is contained in:
parent
e0e3565208
commit
325a471131
@ -842,6 +842,13 @@ button.et2_vfs_btn {
|
||||
background-position: 4px center;
|
||||
background-size: 20px auto;
|
||||
}
|
||||
img.vfsMimeIcon, #filemanager-select img.vfsMimeIcon {
|
||||
max-height: 16px;
|
||||
height: auto;
|
||||
}
|
||||
img.vfsMimeIcon[src*="/etemplate/thumbnail.php"] {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Validation
|
||||
|
@ -63,14 +63,6 @@ div.filemanager_navigation > label > input {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
#filemanager-index_nm img.vfsMimeIcon, #filemanager-select img.vfsMimeIcon {
|
||||
max-height: 16px;
|
||||
height: auto;
|
||||
}
|
||||
#filemanager-index_nm img.vfsMimeIcon[src*="/etemplate/thumbnail.php"] {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tile view
|
||||
table.egwGridView_grid .tile .file_tile {
|
||||
|
@ -90,14 +90,6 @@ div.filemanager_navigation > label > input {
|
||||
text-overflow: ellipsis;
|
||||
max-height: none;
|
||||
}
|
||||
#filemanager-index_nm img.vfsMimeIcon,
|
||||
#filemanager-select img.vfsMimeIcon {
|
||||
max-height: 16px;
|
||||
height: auto;
|
||||
}
|
||||
#filemanager-index_nm img.vfsMimeIcon[src*="/etemplate/thumbnail.php"] {
|
||||
max-height: none;
|
||||
}
|
||||
/**
|
||||
* Tile view
|
||||
table.egwGridView_grid .tile .file_tile {
|
||||
@ -209,6 +201,9 @@ img#filemanager-index_home {
|
||||
padding: 4px;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
#filemanager-index_nm img.vfsMimeIcon[src*="/etemplate/thumbnail.php"] {
|
||||
height: auto;
|
||||
}
|
||||
div.filemanager_navigation {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
@ -42,6 +42,9 @@
|
||||
/*Home img*/
|
||||
img#filemanager-index_home {position: relative; top: 5px; .dimension_width_height_s; padding: 4px; background-color: @gray_10;}
|
||||
|
||||
#filemanager-index_nm img.vfsMimeIcon[src*="/etemplate/thumbnail.php"] {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
// Pfad
|
||||
div.filemanager_navigation{
|
||||
|
Loading…
Reference in New Issue
Block a user