Fix styling of inbetween loading step
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
ea430b507b
Коммит
842d5f2ef6
|
@ -25,10 +25,6 @@ body {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.documentslist .progress{
|
||||
border: 1px solid #e8e8e8;
|
||||
}
|
||||
|
||||
.documentslist .progress div{
|
||||
margin-top: 144px;
|
||||
text-align: center;
|
||||
|
@ -52,7 +48,6 @@ body {
|
|||
width: 200px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 200px;
|
||||
border: 1px solid #e8e8e8;
|
||||
}
|
||||
.document a:hover {
|
||||
border: 1px solid #818181;
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#richdocumentsframe {
|
||||
background-color: #fff;
|
||||
width:100%;
|
||||
/** TODO: This will probably look odd on 13 */
|
||||
height: calc(100vh - 50px);
|
||||
display:block;
|
||||
position:absolute;
|
||||
|
|
|
@ -1074,7 +1074,6 @@ var documentsMain = {
|
|||
},
|
||||
|
||||
show: function(fileId){
|
||||
documentsMain.UI.showProgress(t('richdocuments', 'Loading documents…'));
|
||||
documentsMain.docs.documentGrid('render', fileId);
|
||||
documentsMain.UI.hideProgress();
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче