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:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-12-06 04:12:58 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-12-06 04:14:16 +0400
commit1e1e1eea7898d9c1a1d2963ed93d37740b28255d (patch)
treefa30b506e6e52c1d7c8dddbf3d1c5bbd9b2a0141 /css
parent48ddfd0e598e58bc3afe091886f1efa2961228be (diff)
Show loader message. Closes #117
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 0be8fcd6..4eec772a 100755
--- a/css/style.css
+++ b/css/style.css
@@ -62,6 +62,11 @@
background: #e8e8e8 url('%webroot%/core/img/loading.gif') 50% 50% no-repeat;
}
+.documentslist .progress div{
+ margin-top: 144px;
+ text-align: center;
+}
+
.documentslist .document:hover,
.documentslist .document a:focus {
background-color: #ddd;