diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index e5d9826459..3dac4249a6 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1365,7 +1365,6 @@ div.et2_vfsPath ul { padding-bottom: 13px; max-width: 92%; margin-right: 7%; - background-color: #e2e2e24f; } div.et2_vfsPath ul::-webkit-scrollbar { diff --git a/filemanager/templates/default/app.css b/filemanager/templates/default/app.css index d36b9053cf..edaba9959c 100644 --- a/filemanager/templates/default/app.css +++ b/filemanager/templates/default/app.css @@ -40,6 +40,7 @@ table.egwGridView_grid .tile .file_tile { height: 100px; width: 135px; } +table.egwGridView_grid .tile .file_tile et2-vfs-mime {width: 4em; margin: 0 auto;} .egwGridView_grid .tile span.iconOverlayContainer { display: block; diff --git a/filemanager/templates/pixelegg/app.css b/filemanager/templates/pixelegg/app.css index 6e2c560cd8..1374335717 100755 --- a/filemanager/templates/pixelegg/app.css +++ b/filemanager/templates/pixelegg/app.css @@ -49,6 +49,10 @@ table.egwGridView_grid .tile .file_tile { height: 100px; width: 135px; } +table.egwGridView_grid .tile .file_tile et2-vfs-mime { + width: 4em; + margin: 0 auto; +} .egwGridView_grid .tile span.iconOverlayContainer { display: block; max-width: 140px; @@ -378,4 +382,4 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active { background-size: 12px; background-repeat: no-repeat; background-position: center; -} \ No newline at end of file +}