diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-11-10 16:40:09 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-11-10 16:40:09 +0100 |
commit | 524e3686a0da79493a6048d8d92b7bbb0982ec08 (patch) | |
tree | df3ff86248e797cc86ab2e2df0cc9061b4c5221e /files/css | |
parent | 5a6aba1e1114707942c613c2402eed3237b43a21 (diff) | |
download | nextcloud-server-524e3686a0da79493a6048d8d92b7bbb0982ec08.tar.gz nextcloud-server-524e3686a0da79493a6048d8d92b7bbb0982ec08.zip |
tell the user when the files are being scanned
Diffstat (limited to 'files/css')
-rw-r--r-- | files/css/files.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index 22f4810d0a6..39f0b9fe780 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -73,4 +73,6 @@ table thead.fixed { height:2em; } /* add breadcrumb divider to the File item in navigation panel */ #navigation>ul>li:first-child { background:url('../../core/img/breadcrumb-start.svg') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; position:fixed; } -#navigation>ul>li:first-child+li { padding-top:2.9em; }
\ No newline at end of file +#navigation>ul>li:first-child+li { padding-top:2.9em; } + +#scanning-message{ top:40%; left:40%; position:absolute; display:none }
\ No newline at end of file |