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

navigate.css « css - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b21b3ba07ce15ddb3bf750c6270d861fd5def73 (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
@CHARSET "ISO-8859-1";

#nextantList {
	width: 100%;
}

DIV.nextant_entry {
	height: 50px;
	width: 100%;
	background: #f00;
	margin: 2px;
}

SPAN.nextant_line1 {
	position: absolute;
	left: 55px;
	top: -15px;
	padding: 0;
	overflow: hidden;
	font-style: italic;
	text-overflow: ellipsis;
	padding-right: 20px;
	max-width: 800px;
	font-weight: bold;
}

SPAN.nextant_line2 {
	position: absolute;
	left: 55px;
	top: 0px;
	padding: 0;
	overflow: hidden;
	font-style: italic;
	text-overflow: ellipsis;
	padding-right: 20px;
	max-width: 800px;
	font-size: 12px;
	color: #9e9e9e;
}

SPAN.nextant_line3 {
	position: absolute;
	left: 55px;
	top: 15px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 800px;
	font-style: italic;
	font-size: 12px;
	color: #9e9e9e;
	padding-right: 20px;
}

SPAN.nextant_hl {
	color: #000;
	font-weight: bold;
}