From fede448d67acfdc611e386e70513787e147e172f Mon Sep 17 00:00:00 2001 From: Michael Heppler Date: Mon, 14 Sep 2015 13:57:39 -0400 Subject: [PATCH] UI clean up progress on the file landing pg. [ref #2504 #2465] --- src/main/webapp/file.xhtml | 4 ++-- src/main/webapp/resources/css/structure.css | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) 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;}