/*! * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ form fieldset { display: flex !important; flex-direction: column; } form fieldset > p { position: relative; } #email, #password { margin: 5px 0; padding-right: 45px; height: 45px; box-sizing: border-box; flex: 1 1 auto; width: 100% !important; min-width: 0; /* FF hack for to override default value */ } #password-input-form input[type='submit'], #email-input-form input[type='submit'], #email-input-form input[type='submit'].icon-confirm, #password-input-form input[type='submit'].icon-confirm { position: absolute; top: 0px; right: -5px; width: 45px !important; height: 45px; background-color: transparent !important; } .warning > .warning { /* Do not use a top margin for warning messages in the warning container. */ margin-top: 0; } 27-shared-null-storage-merged'>27-shared-null-storage-merged Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/TemplateFiller/TemplateCheckboxField.vue
blob: 632944f1babbf0e8070e1aee6ab32dec9e99ad15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68