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

personal.css « css - github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7495c588caf9131e42bb001adf18b583a85d3f92 (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-apppasswords table {
	width: 100%;
	min-height: 150px;
	padding-top: 25px;
}
#user-saml-appasswords table th {
	font-weight: 800;
}
#user-saml-apppasswords table th,
#user-saml-apppasswords table td {
	padding: 10px;
}

#user-saml-apppasswords .token-list td {
	border-top: 1px solid #DDD;
	text-overflow: ellipsis;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
}
#user-saml-apppasswords .token-list td a.icon-delete {
	display: block;
	opacity: 0.6;
}

#user-saml-new-app-password {
	width: 186px;
	font-family: monospace;
	background-color: lightyellow;
}