learndash-admin-support-page-rtl.css
1020 Bytes
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
/* Styles for the Support tab table output */
table.learndash-support-settings {
clear: both;
width: 100%;
}
/*
table.learndash-support-settings > tbody > *:nth-child(2n+1), ul.striped > *:nth-child(2n+1) {
background-color: #f9f9f9;
}
*/
table.learndash-support-settings > tbody > tr:nth-child(2n+1) {
background-color: #f9f9f9;
}
table.learndash-support-settings thead th,
table.learndash-support-settings body th {
text-align: right;
border-bottom: 1px solid #000;
margin: 0;
}
table.learndash-support-settings tbody td {
padding: 5px;
margin: 0;
}
table.learndash-support-settings .learndash-support-settings-left {
width: 40%;
}
table.learndash-support-settings .learndash-support-settings-right {
width: 60%;
}
table.learndash-support-settings tbody tr.settings-sub-section {
background-color: transparent !important;
}
table.learndash-support-settings tbody th.settings-sub-section {
padding-right: 0;
padding-top: 20px;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}