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

admin.css « css - github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c5379865fc6b22ac31efe21529702e084b17066 (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
#user-saml input[type="text"],textarea {
	max-width: 600px;
	width: 100%;
}

#user-saml input[type="checkbox"] {
	vertical-align:middle;
}

#user-saml h4 {
	font-size: 14px;
	font-weight: 300;
	margin: 12px 0;
}

#user-saml-settings > div {
	margin-bottom: 10px;
}

.indent {
	padding-left: 14px;
}

#user-saml-settings .toggle {
	clear: both;
	padding: 7px 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
}