From c5af9108864d220e24fb718a7686e98fdec5e3d0 Mon Sep 17 00:00:00 2001 From: Roland Scheidel Date: Tue, 3 Dec 2019 09:45:33 +0100 Subject: add an option to the multiple files selected actions to add and remove tags from multiple files at once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Scheidel Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/files.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'apps/files/css/files.scss') diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 596c931a25b..5aea86d064a 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -1215,3 +1215,25 @@ table.dragshadow td.size { #gallery-button { display: none; } + +#tag_multiple_files_container { + overflow: hidden; + background-color: #fff; + border-radius: 3px; + position: relative; + display: flex; + flex-wrap: wrap; + margin-bottom: 10px; + + h3 { + width: 100%; + padding: 0 18px; + } + + .systemTagsInputFieldContainer { + flex: 1 1 80%; + min-width: 0; + margin: 0 12px; + } +} + -- cgit v1.2.3