Changes to styles and template for File Viewer. Issue #73.
This commit is contained in:
parent
e481f22796
commit
ca486921fd
@ -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 */
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div include-replace="partials/header.html"></div>
|
||||
<div class="content">
|
||||
<div id="widget-container">
|
||||
<div class="col-md-8 col-md-offset-2 min-padding">
|
||||
<div class="col-md-10 col-md-offset-1 min-padding files-wrapper">
|
||||
<div class="files-widget">
|
||||
<h3 data-ng-if="!file.loading && !file.error" class="widget-header">
|
||||
Attachment: {{ file.data.name }}
|
||||
|
Reference in New Issue
Block a user