diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-08-14 17:48:34 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-08-30 09:02:37 +0100 |
commit | 0e8a973579c95053845153257b1bbe185f3b84b3 (patch) | |
tree | 31d60a42b4f3f22f5a43d3904b03d593f126cff0 /apps/files_external/css | |
parent | 9d6757654085dd3ec396bb9bb12af337e726cbac (diff) | |
download | nextcloud-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.css | 3 |
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; |