summaryrefslogtreecommitdiffstats
path: root/apps/files_external/css/settings.css
blob: 101c224c5f59909dcfba78f93f6796e58ee36d4d (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
td.status > span {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
}

td.mountPoint, td.backend { width:160px; }
td.remove>img { visibility:hidden; padding-top:7px; }
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; }

#selectBackend {
	margin-left: -10px;
	width: 150px;
}

#externalStorage td.configuration,
#externalStorage td.backend {
	white-space: normal;
}
#externalStorage td.configuration > * {
	white-space: nowrap;
}

#externalStorage td.configuration input.added  {
	margin-right: 6px;
}

#externalStorage label > input[type="checkbox"] {
	margin-right: 3px;
}

#externalStorage td.applicable div.chzn-container {
	position: relative;
	top: 3px;
}


#externalStorage td.status .success {
	border-radius: 50%;
}

#userMountingBackends {
	padding-left: 25px;
}

#body-settings .select2-results .select2-result-label {
	height: 32px;
	padding: 3px;
}
.select2-results .select2-result-label .avatardiv {
	display:inline-block;
}
.select2-results .select2-result-label .avatardiv + span {
	margin-left: 10px;
}
.select2-results .select2-result-label .avatardiv[data-type="group"] + span {
	vertical-align: top;
	top: 6px;
	position: relative;
}