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: b5884456098cd849b33737051406e0352967183f (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
#search_header {
	width: 100%;
	position: absolute;
}

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

#search_input {
	width: 100%;
}

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

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

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

/**

*/
#search_result {
	margin: 50px 80px 0 50px;
}

.provider_result {
	margin-left: 30px;
}

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