From ca486921fd4b70d8a332d8c4e00a8ee223ea6a06 Mon Sep 17 00:00:00 2001 From: kiswa Date: Wed, 12 Nov 2014 21:52:18 -0500 Subject: [PATCH] Changes to styles and template for File Viewer. Issue #73. --- css/styles.css | 6 ++++-- partials/files.html | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 4536437..17c9553 100644 --- a/css/styles.css +++ b/css/styles.css @@ -572,12 +572,15 @@ input.custom-inline { } /* #FilesPage */ +.files-wrapper { + height: 85%; +} + .files-widget { border: 1px solid rgba(51,51,51,.2); border-radius: 5px; background-color: #fff; box-shadow: 0px 0px 3px 0px rgba(51,51,51,.2); - height: 100%; } .files-widget .small.pull-right { @@ -593,7 +596,6 @@ input.custom-inline { border: 1px solid rgba(51,51,51,.3); width: 100%; height: 100%; - min-height: 500px; } /* #3rdParty */ diff --git a/partials/files.html b/partials/files.html index 9221403..c25e0f8 100644 --- a/partials/files.html +++ b/partials/files.html @@ -1,7 +1,7 @@
-
+

Attachment: {{ file.data.name }}