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

ransomware_protection.css « css - github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aaee90c8af32fc8639e3c63d0026bb4c5f823268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ransomware_protection div.custom-list {
	width: 43%;
	padding-right: 5%;
	display: inline-block;
}

#ransomware_protection div.custom-list textarea {
	width: 100%;
	min-height: 150px;
}

#ransomware_protection span.icon {
	display: inline-block;
}

#ransomware_protection span.icon.hidden {
	display: none;
}