diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-24 11:06:03 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-24 11:06:03 -0400 |
commit | bee724c53e243bda82c9490154fcd13079e41082 (patch) | |
tree | 7009eecbea6507412354f2e10d3563150a9ce128 /apps/files_external/css | |
parent | 970124a90b1d20382699680e90eeb52f70cab62c (diff) | |
download | nextcloud-server-bee724c53e243bda82c9490154fcd13079e41082.tar.gz nextcloud-server-bee724c53e243bda82c9490154fcd13079e41082.zip |
Initial work on UI for mounting external storage
Diffstat (limited to 'apps/files_external/css')
-rw-r--r-- | apps/files_external/css/settings.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_external/css/settings.css b/apps/files_external/css/settings.css new file mode 100644 index 00000000000..b11af752ec8 --- /dev/null +++ b/apps/files_external/css/settings.css @@ -0,0 +1,6 @@ +.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 |