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 @@