PluginProbe
ElasticPress / 5.3.5
ElasticPress v5.3.5
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / assets / js / synonyms / css / list-table.css

list-table.css in ElasticPress 5.3.5, at assets/js/synonyms/css/list-table.css

58 lines 786 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ep-synonyms-list-table {
2 border-collapse: collapse;
3 border-spacing: 16px;
4 table-layout: fixed;
5 width: 100%;
6
7 & td,
8 & th {
9 padding: 8px 8px 8px 16px;
10 }
11
12 & th {
13 font-weight: inherit;
14 text-align: inherit;
15 }
16
17 & thead {
18
19
20 & th {
21 font-weight: 500;
22 }
23 }
24
25 & tbody {
26
27 & tr {
28 border-top: 1px solid #e0e0e0;
29 }
30 }
31
32 & svg {
33 display: block;
34 }
35
36 & .components-base-control__field,
37 & .components-checkbox-control__input-container,
38 & .components-checkbox-control__input {
39 margin: 0;
40 }
41 }
42
43 .ep-synonyms-list-table__checkbox-column {
44 width: 36px;
45 }
46
47 .ep-synonyms-list-table__primary-column {
48 width: 25%;
49 }
50
51 .ep-synonyms-list-table--replacements .ep-synonyms-list-table__primary-column {
52 width: auto;
53 }
54
55 .ep-synonyms-list-table__actions-column {
56 width: 140px;
57 }
58