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:
authorJulius Härtl <jus@bitgrid.net>2018-06-28 14:15:35 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-06-29 15:12:06 +0300
commitd6947a56c0a3994e876f708a6f23dc32d10384af (patch)
tree62e7447e171f1f8a89632a3fdd342e2980db53e4 /apps/systemtags/css
parent0ec483b668d14ec85ca23004cbc1ae1422909748 (diff)
Adjust collaborative tags and automated tagging settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/systemtags/css')
-rw-r--r--apps/systemtags/css/settings.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/systemtags/css/settings.css b/apps/systemtags/css/settings.css
new file mode 100644
index 00000000000..5313247227c
--- /dev/null
+++ b/apps/systemtags/css/settings.css
@@ -0,0 +1,17 @@
+.systemtag-input {
+ display: flex;
+ max-width: 500px;
+}
+#systemtags .select2-container {
+ width: 100%;
+ max-width: 500px;
+}
+#systemtag_name {
+ flex-grow: 1;
+}
+
+#systemtag_delete,
+#systemtag_reset,
+#systemtag_submit {
+ padding: 8px;
+} \ No newline at end of file