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: b906169df252a30fae37a6cb04e9fc24950c1237 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#search_header {
	width: 100%;
	position: absolute;
}

#search_header div {
	left: 0;
	right: 0;
	top: 0;
	margin: 5px;
}

#search_input {
	width: 100%;
}

#search_error {
	text-align: center;
	color: #f00;
	margin: 20px;
}

.search_checkbox {
	margin-right: 10px !important;
	opacity: 0.8;
}

.search_checkbox_sub {
	margin-right: 10px !important;
	opacity: 0.65;
}

.search_input_sub {
	margin-right: 10px !important;
	opacity: 0.65;
}

.search_tags_sub {
	margin-right: 10px !important;
	width: 200px;
	opacity: 0.65;
}

.search_input_sub_small {
	width: 70px;
}

.search_icon {
	background-image: url('/apps/fulltextsearch/img/fulltextsearch_black.svg');
}

A.icon-fts {
	text-indent: 25px;
}

a.ulsub {
	padding: 0px 12px 0 12px !important;
}

/**

*/
#search_result {
}

.provider_header {
	margin-bottom: 35px;
}

.provider_result {
}

#noresult {
	font-style: italic;
	position: absolute;
	left: 100px;
}