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

retention.css « css - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aad067856d317504cea1658de3efb4bdbc296a62 (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
#retention table {
	width: 100%;
	min-height: 50px;
	padding-top: 5px;
	max-width: 580px;
}

#retention table th {
	opacity: .5;
}

#retention table th,
#retention table td {
	padding: 10px 10px 10px 0;
}

#retention #retention-list td {
	border-top: 1px solid #DDD;
	text-overflow: ellipsis;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
}

#retention tr *:nth-child(2) {
	text-align: right;
}

#retention #retention-list td a.icon-delete {
	display: block;
	opacity: 0.6;
}