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-07-31 16:35:57 +0300
committerJulius Härtl <jus@bitgrid.net>2018-07-31 16:35:57 +0300
commitcfcb90214fdd020ad2852de107c77cb3d740b6fd (patch)
tree64955cd6b4db95c5e44fc94a687fb662630afdfd /apps/systemtags/css
parentc39bc1638b812ef9660cfdb0ab6ca58d70ad68d8 (diff)
Revert to regular buttons in system tags management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/systemtags/css')
-rw-r--r--apps/systemtags/css/settings.css16
1 files changed, 7 insertions, 9 deletions
diff --git a/apps/systemtags/css/settings.css b/apps/systemtags/css/settings.css
index 5313247227c..02713e35219 100644
--- a/apps/systemtags/css/settings.css
+++ b/apps/systemtags/css/settings.css
@@ -1,17 +1,15 @@
.systemtag-input {
display: flex;
- max-width: 500px;
+ flex-wrap: wrap;
}
#systemtags .select2-container {
width: 100%;
- max-width: 500px;
+ max-width: 400px;
}
-#systemtag_name {
- flex-grow: 1;
+#systemtags .select2-container .select2-choice {
+ height: auto;
}
-
-#systemtag_delete,
-#systemtag_reset,
-#systemtag_submit {
- padding: 8px;
+#systemtag_name {
+ width: 100%;
+ max-width: 400px;
} \ No newline at end of file