admin_styles.css
1.85 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
p.important {
color: #992000;
}
table.form-table table.widefat th {
padding-left: 8px;
}
#relevanssi_min_word_length {
width: 3em;
}
#relevanssi_trim_logs, #relevanssi_trim_click_logs {
width: 4em;
}
#index_field_input {
margin-top: 1em;
}
#indexing_tab #results {
display: none;
width: 100%;
}
#relevanssi-progress {
display: none;
margin-bottom: 2em;
width: 100%;
height: 20px;
background-color: white;
}
.rpi-indicator {
width: 0;
height: 20px;
background-color: #afe240;
}
.relevanssi-weights-table {
min-width: 400px;
}
.relevanssi-weights-table td {
padding: 0;
}
.relevanssi-weights-table td.col-2, .relevanssi-weights-table th.col-2 {
width: 25%;
}
.rpi-progress {
display: none;
margin: 0.5em 0 2em 0;
width: 100%;
height: 20px;
background-color: white;
}
.rpi-progress div {
width: 0;
height: 20px;
background-color: #afe240;
}
#relevanssi_results {
display: none;
width: 100%;
}
#relevanssi_show_pdf_errors {
text-decoration: underline;
cursor: pointer;
color: #0073aa;
}
#relevanssi_pdf_errors {
display: none;
}
.visually_hidden {
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip: rect(0,0,0,0);
position: absolute;
}
.relevanssi_disabled, .relevanssi_disabled td, .relevanssi_disabled th, .relevanssi_disabled p {
color: #999;
}
#relevanssi-timer {
display: none;
}
#category_inclusion_checklist ul.children, #category_exclusion_checklist ul.children {
margin-left: 1.5em;
}
#relevanssi_filter_list {
display: none;
}
#redirect_table td {
vertical-align: top;
}
#relevanssi_sees_container, #relevanssi_db_view_container {
width: 80%;
background: white;
padding: 5px 20px;
border: thin solid black;
overflow: scroll;
}