diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-01-03 00:26:13 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-01-15 18:13:50 +0100 |
commit | 94068e5d08cba776e410d925e26037d442b5bc62 (patch) | |
tree | cfd7d3b8b5279cdfb5b7d1112ded71d9a2196fd8 /apps/files/css | |
parent | 9bf367e7f803d6968dc2c639624ce191d538a5bc (diff) | |
download | nextcloud-server-94068e5d08cba776e410d925e26037d442b5bc62.tar.gz nextcloud-server-94068e5d08cba776e410d925e26037d442b5bc62.zip |
Cache: show upgrade progress
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 36a1e5c954b..0c130efe472 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -122,3 +122,12 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } #scanning-message{ top:40%; left:40%; position:absolute; display:none; } div.crumb a{ padding:0.9em 0 0.7em 0; } + +#upgrade { + width: 400px; + position: absolute; + top: 200px; + left: 50%; + text-align: center; + margin-left: -200px; +} |