style.css
2.3 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.controller-elasticsearch_plugin .wrapper {
display: flex;
}
.controller-elasticsearch_plugin .sidebar {
width: 175px;
}
.controller-elasticsearch_plugin .sidebar ul {
margin-top: 0px;
}
.controller-elasticsearch_plugin .search_form {
margin-top: 5px;
flex: 1;
margin-left: 15px;
}
.controller-elasticsearch_plugin .search_form .search_field {
margin-top: 5px;
}
.controller-elasticsearch_plugin .search_form .search_field input[type='text'] {
width: 500px;
}
.controller-elasticsearch_plugin .results-count {
margin-top: 7px;
margin-right: 15px;
}
.controller-elasticsearch_plugin ul {
list-style: none;
list-style-position: inside;
padding-left: 0px;
}
.controller-elasticsearch_plugin #content h3.box-title {
background: #ccc;
color: black;
padding: 10px;
border: 1px solid #948b8b;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0px;
}
.controller-elasticsearch_plugin .search-filter ul li,
.controller-elasticsearch_plugin .select-search-type {
text-decoration: none;
padding: 10px;
margin: 10px;
font-weight: 900;
font-family: arial;
border: 1px solid #ddd;
margin-top: 0px;
margin-bottom: 0px;
}
.controller-elasticsearch_plugin .search-filter ul li a {
text-decoration: none;
color: black;
}
.controller-elasticsearch_plugin .select-search-type.active {
padding: 10px;
background: black;
margin-left: 10px;
margin-right: 10px;
font-weight: 900;
border: 1px solid #000;
}
.controller-elasticsearch_plugin .select-search-type a {
text-decoration: none;
color: black;
}
.controller-elasticsearch_plugin .select-search-type.active a {
color: white;
}
.controller-elasticsearch_plugin .search-item .model-label {
background: #ddd;
color: black;
font-weight: 900;
padding: 3px;
}
.controller-elasticsearch_plugin .search-item {
padding: 10px;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 0px;
}
.controller-elasticsearch_plugin .search-item .person-item {
display: flex;
}
.controller-elasticsearch_plugin .right-side {
flex: 2;
}
.controller-elasticsearch_plugin .left-side {
width: 80px;
}
.controller-elasticsearch_plugin .search-item .body {
overflow: hidden;
text-overflow: ellipsis;
width: 600px;
}
.controller-elasticsearch_plugin .search-item .body h2 a {
color: #888a85;
text-decoration: none;
}