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: 074876c96889c5444965eff1a74c10ab54e0a590 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#nextant_saving_settings, #nextant_saving_files,
	#nextant_saving_files_filters, #nextant_saving_bookmarks,
	#nextant_saving_check, #nextant_saving_status {
	font-weight: bolder;
	font-size: 12px;
	margin-left: 30px;
	font-style: italic;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

#nextant-display {
	width: 450px;
	height: 250px;
	position: relative;
	border-radius: 20px;
	padding: 10px;
}

#nextant-filters {
	width: 450px;
	height: 250px;
	border-radius: 20px;
	position: absolute;
	margin-top: 20px;
	padding: 10px;
	top: 400px;
}

DIV.solr_filters_item {
	float: left;
	width: 200px;
	font-style: italic;
	font-size: 12px;
}

DIV.solr_filters_item_large {
	float: left;
	width: 400px;
	font-style: italic;
	font-size: 12px;
}

DIV.solr_filters_title {
	font-weight: bold;
	font-size: 13px;
}

DIV.nextant-box {
	border: solid 1px #f3f3f3;
	box-shadow: 2px 2px 5px #0000004D;
	background: #f8f8f8;
}

DIV.nextant-display-line {
	margin: 0 auto;
	position: absolute;
}

IMG.nextant_display_icon {
	position: absolute;
	width: 25px;
	height: 25px;
}

DIV.nextant_display_text {
	top: 3px;
	left: 40px;
	position: absolute;
	font-style: italic;
}

TD.nextant_admin_left {
	width: 200px;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
}

TR.nextant_admin_head, TR.nextant_admin_head:hover {
	margin-top: 12px;
	background: #ddd;
}

TD.nextant_admin_head {
	font-weight: bold;
	text-align: right;
	padding: 4px;
	padding-right: 30px;
	font-style: italic;
}

#solr_switch_filters, #solr_switch_filters:hover {
	cursor: pointer;
	font-size: 12px;
}

#solr_switch_filters:hover {
	text-decoration: underline;
}