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:
Ralf Becker 2015-01-13 10:45:10 +00:00
parent e0e3565208
commit 325a471131
4 changed files with 13 additions and 16 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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%;

View File

@ -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{