Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.css « css « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41578e91b69ee7411f663cf551bfb21e33f8408c (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.table {
	display: table;
	width: 60%;
}

.tablecell {
	display: table-cell !important;
	white-space: nowrap;
}

.tablerow {
	display: table-row;
}

.tablerow input, .tablerow textarea {
	width: 100% !important;
}

.tablerow textarea {
	height: 15px;
}

.invisible {
	visibility: hidden;
}

.ldapSettingsTabs {
	float: right !important;
}

.ldapWizardControls {
	width: 60%;
	text-align: right;
}

.ldapWizardInfo {
	width: 100% !important;
	height: 50px;
	background-color: lightyellow;
	border-radius: 0.5em;
	padding: 0.6em 0.5em 0.4em !important;
	margin-bottom: 0.3em;
}

#ldapWizard1 .hostPortCombinator {
	width: 60%;
	display: table;
}

#ldapWizard1 .hostPortCombinator div span {
	width: 7%;
	display: table-cell;
	text-align: right;
}

#ldapWizard1 .host {
	width: 96.5% !important;
}

.tableCellInput {
	margin-left: -40%;
	width: 100%;
}

.tableCellLabel {
	text-align: right;
	padding-right: 25%;
}

.ldapIndent {
	margin-left: 50px;
}

.ldapwarning {
	margin-left: 1.4em;
	color: #FF3B3B;
}

.wizSpinner {
	height: 15px;
}

.ldapSettingControls {
	margin-top: 3ex;
}

#ldap fieldset p label {
	width: 20%;
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding-top: 9px;
	padding-right: 5px;
}

#ldap fieldset input[type=submit] {
	width: auto;
}

#ldap fieldset input, #ldap fieldset textarea {
 	width: 60%;
	display: inline-block;
}

#ldap fieldset p input[type=checkbox] {
	vertical-align: bottom;
}

select[multiple=multiple] + button {
	height: 28px;
	padding-top: 6px !important;
	min-width: 40%;
	max-width: 40%;
}