summaryrefslogtreecommitdiffstats
path: root/apps/files_external/css
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-08-14 17:48:34 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-08-30 09:02:37 +0100
commit0e8a973579c95053845153257b1bbe185f3b84b3 (patch)
tree31d60a42b4f3f22f5a43d3904b03d593f126cff0 /apps/files_external/css
parent9d6757654085dd3ec396bb9bb12af337e726cbac (diff)
downloadnextcloud-server-0e8a973579c95053845153257b1bbe185f3b84b3.tar.gz
nextcloud-server-0e8a973579c95053845153257b1bbe185f3b84b3.zip
Improve UI of external storage configuration
* Highlight fields that need to be filled * Remove (required) and (optional) strings where possible * Focus first configuration field when creating new external storage * Add ability to force external storage re-check * Various jQuery improvements * Prevent wrapping of checkboxes in configuration
Diffstat (limited to 'apps/files_external/css')
-rw-r--r--apps/files_external/css/settings.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_external/css/settings.css b/apps/files_external/css/settings.css
index b78eec235d6..101c224c5f5 100644
--- a/apps/files_external/css/settings.css
+++ b/apps/files_external/css/settings.css
@@ -20,6 +20,9 @@ tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#externalStorage td.backend {
white-space: normal;
}
+#externalStorage td.configuration > * {
+ white-space: nowrap;
+}
#externalStorage td.configuration input.added {
margin-right: 6px;