diff --git a/filemanager/templates/default/app.css b/filemanager/templates/default/app.css
index f3ff50393f..d59e473362 100644
--- a/filemanager/templates/default/app.css
+++ b/filemanager/templates/default/app.css
@@ -117,4 +117,7 @@ table.egwGridView_grid .tile .file_tile {
margin-top: 44px;
display: inline-block;
overflow-y: scroll;
-}
\ No newline at end of file
+}
+
+.mimeIcon {width:65px;}
+.previewImage {width:100%;}
\ No newline at end of file
diff --git a/filemanager/templates/default/file.xet b/filemanager/templates/default/file.xet
index e94a8a5c83..ca5d796238 100644
--- a/filemanager/templates/default/file.xet
+++ b/filemanager/templates/default/file.xet
@@ -9,9 +9,9 @@
-
-
-
+
+
+
diff --git a/filemanager/templates/pixelegg/app.css b/filemanager/templates/pixelegg/app.css
index fb0f11b82a..7f9b826c1e 100755
--- a/filemanager/templates/pixelegg/app.css
+++ b/filemanager/templates/pixelegg/app.css
@@ -147,6 +147,12 @@ input.displayNone {
display: inline-block;
overflow-y: scroll;
}
+.mimeIcon {
+ width: 65px;
+}
+.previewImage {
+ width: 100%;
+}
/*/*****************************************************************
// sidebar
@@ -314,7 +320,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button {
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
- background-color: #b4b4b4;
+ background-color: #e6e6e6;
padding-left: 30px;
background-position: 6px center;
background-repeat: no-repeat;