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

admin.css « css - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1163c04ba095ce627832561faf81d77709a10481 (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

.fnshidden {
	display: none;
}

EM {
	font-size: 12px;
}

.div-table {
	display: table;
	width: auto;
	border-spacing: 5px;
}

.div-table-row {
	display: table-row;
	width: auto;
	height: 65px;
	clear: both;
}

.div-table-col {
	float: left;
	display: table-column;
	width: 300px;
}

.div-table-col-left {
	width: 350px;
	margin-right: 35px;
	text-align: right;
}

.hsub {
	margin-left: 20px;
}

SELECT, INPUT {
	width: 350px;
}

INPUT.small {
	width: 150px;
}