Cleanup CSS for file viewer.

This commit is contained in:
kiswa 2014-12-01 19:28:33 -05:00
parent ca6dac94af
commit ad31872b40

View File

@ -573,7 +573,7 @@ input.custom-inline {
/* #FilesPage */
.files-wrapper {
height: 85%;
height: 100%;
}
.files-widget {
@ -581,6 +581,11 @@ input.custom-inline {
border-radius: 5px;
background-color: #fff;
box-shadow: 0px 0px 3px 0px rgba(51,51,51,.2);
height: 100%;
}
.files-widget .widget-content {
height: 90%;
}
.files-widget .small.pull-right {