Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-07-08 14:06:51 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-08 14:06:51 +0300
commit842d5f2ef665edabaed581701a849736adcfde5c (patch)
treeba25f19c037f576e6375c79d147c0997eeb2091a /css
parentea430b507b8f5aee31e2713895f4276e3c92b35c (diff)
Fix styling of inbetween loading step
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.css5
-rw-r--r--css/viewer.scss1
2 files changed, 0 insertions, 6 deletions
diff --git a/css/style.css b/css/style.css
index ffbd53af..83f39867 100644
--- a/css/style.css
+++ b/css/style.css
@@ -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;
diff --git a/css/viewer.scss b/css/viewer.scss
index a6e9f68e..18ce7fc4 100644
--- a/css/viewer.scss
+++ b/css/viewer.scss
@@ -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;