diff --git a/src/main/webapp/file.xhtml b/src/main/webapp/file.xhtml index b49a42d8b62..856aa9de847 100644 --- a/src/main/webapp/file.xhtml +++ b/src/main/webapp/file.xhtml @@ -145,11 +145,11 @@
-
+
-
diff --git a/src/main/webapp/resources/css/structure.css b/src/main/webapp/resources/css/structure.css index 682bac07d1e..963d0a2a7f2 100644 --- a/src/main/webapp/resources/css/structure.css +++ b/src/main/webapp/resources/css/structure.css @@ -645,6 +645,17 @@ div.dvnDifferanceTable .diffDetailBlock {display:block;} .dropin-btn-status.ui-icon {background: url("https://www.dropbox.com/static/images/widgets/dbx-saver-status.png") no-repeat;} +/* FILE */ +#file-preview-icon-block span[class^='icon-'] {font-size:4em;} + +@media screen and (max-width: 999px) { + #file-preview-icon-block span[class^='icon-'] {font-size:35vw;} +} + +@media screen and (min-width: 1000px) { + #file-preview-icon-block span[class^='icon-'] {font-size:28em;} +} + /* Overwrite Primefaces */ button.btn-default.ui-button-text-only .ui-button-text {padding:0; font-size:14px;} .ui-widget-overlay {background:#CCC;}