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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2012-06-08 19:42:00 +0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2012-06-08 19:42:29 +0400
commit4b3ae60558a5d9d18cdd7be0d844d577785f46fb (patch)
tree8e8c09853a29c1605a289710c12cefa45e92da65 /apps/files_external/css
parentf70615106f3aca819a9e2356d8e6bbff18437188 (diff)
Working UI for external storage mount configuration
Diffstat (limited to 'apps/files_external/css')
-rw-r--r--apps/files_external/css/settings.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/files_external/css/settings.css b/apps/files_external/css/settings.css
index b11af752ec8..d8575c49e34 100644
--- a/apps/files_external/css/settings.css
+++ b/apps/files_external/css/settings.css
@@ -1,6 +1,5 @@
.error { color: #FF3B3B; }
-td.type { width:8em; }
-td.mount, td.options, td.applicable { width:10em; }
-#addStorage>td { border:none; }
-#addStorage>td:not(.selectStorage) { visibility:hidden; }
-#selectStorage { margin-left:-10px; } \ No newline at end of file
+td.mountPoint, td.backend { width:10em; }
+#addMountPoint>td { border:none; }
+#addMountPoint>td.applicable { visibility:hidden; }
+#selectBackend { margin-left:-10px; } \ No newline at end of file