Fix styling of inbetween loading step

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-07-08 13:06:51 +02:00
Родитель ea430b507b
Коммит 842d5f2ef6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
3 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -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();
},