Cleanup CSS for file viewer.
This commit is contained in:
parent
ca6dac94af
commit
ad31872b40
@ -573,7 +573,7 @@ input.custom-inline {
|
|||||||
|
|
||||||
/* #FilesPage */
|
/* #FilesPage */
|
||||||
.files-wrapper {
|
.files-wrapper {
|
||||||
height: 85%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.files-widget {
|
.files-widget {
|
||||||
@ -581,6 +581,11 @@ input.custom-inline {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0px 0px 3px 0px rgba(51,51,51,.2);
|
box-shadow: 0px 0px 3px 0px rgba(51,51,51,.2);
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.files-widget .widget-content {
|
||||||
|
height: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.files-widget .small.pull-right {
|
.files-widget .small.pull-right {
|
||||||
|
Reference in New Issue
Block a user