summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 9ff550189db..748bc2e63a1 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -132,4 +132,12 @@ table.dragshadow td.filename {
}
table.dragshadow td.size {
padding-right:8px;
-} \ No newline at end of file
+}
+#upgrade {
+ width: 400px;
+ position: absolute;
+ top: 200px;
+ left: 50%;
+ text-align: center;
+ margin-left: -200px;
+}