diff --git a/filemanager/templates/default/app.css b/filemanager/templates/default/app.css index 9807d83e90..49f5bb83d5 100644 --- a/filemanager/templates/default/app.css +++ b/filemanager/templates/default/app.css @@ -63,7 +63,7 @@ div.filemanager_navigation > label > input { max-height: none; } -#filemanager-index_nm img.vfsMimeIcon { +#filemanager-index_nm img.vfsMimeIcon, #filemanager-select img.vfsMimeIcon { max-height: 16px; height: auto; } diff --git a/filemanager/templates/pixelegg/app.css b/filemanager/templates/pixelegg/app.css index d3fddc94f5..03377b47c4 100755 --- a/filemanager/templates/pixelegg/app.css +++ b/filemanager/templates/pixelegg/app.css @@ -90,7 +90,8 @@ div.filemanager_navigation > label > input { text-overflow: ellipsis; max-height: none; } -#filemanager-index_nm img.vfsMimeIcon { +#filemanager-index_nm img.vfsMimeIcon, +#filemanager-select img.vfsMimeIcon { max-height: 16px; height: auto; } @@ -373,7 +374,7 @@ table.egwGridView_grid img { #filemanager-select .dialogHeader .selectPathContainer { overflow: auto; width: 470px; - margin_top: 0px; + margin-top: 0px; height: 32px; } #filemanager-select .dialogHeader .selectPathContainer input { @@ -396,10 +397,6 @@ table.egwGridView_grid img { #filemanager-select table#filemanager-select_dir tr:nth-child(odd) { background: #f2f2f2; } -#filemanager-select .vfsMimeIcon { - width: 16px; - height: 16px; -} /*// #####################################################*/ /*Dialog filemanager edit POPUP WINDOW*/ div#filemanager-file_tabs { diff --git a/filemanager/templates/pixelegg/app.less b/filemanager/templates/pixelegg/app.less index f8bbb83b51..874f397dcb 100644 --- a/filemanager/templates/pixelegg/app.less +++ b/filemanager/templates/pixelegg/app.less @@ -234,7 +234,7 @@ table.egwGridView_grid img { .selectPathContainer { overflow: auto; width: 470px; - margin_top: 0px; + margin-top: 0px; height: 32px; input {height: 20px;} @@ -256,11 +256,6 @@ table.egwGridView_grid img { tr:nth-child(odd) {background: @color_odd;} } - - //Icon in Table - .vfsMimeIcon {width: 16px; height: 16px;} - - }