style.css
3.23 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
120
121
#manual_completions_learndash hr {
max-width: 90%;
margin-left: 0px;
border-top: 1px solid #62A21D;
margin-bottom: 20px;
}
.manual_completions_learndash_requirements .text{
font-weight: 400;
font-size: 15px;
}
.manual_completions_learndash_requirements .requirements {
font-weight: 500;
font-size: 16px;
}
.manual_completions_learndash_requirements table {
border-collapse: collapse;
min-width: 40%;
text-align: center;
}
.manual_completions_learndash_requirements thead {
background-color: #83BA39;
}
.manual_completions_learndash_requirements table {
border: 1px solid #ddd;
}
.manual_completions_learndash_requirements td{
padding: 18px;
border: 1px solid #ddd;
}
.manual_completions_learndash_requirements th {
border: 1px solid #ddd;
padding: 8px;
}
.manual_completions_learndash_requirements .links {
text-decoration: none;
margin-top: 10px !important;
color: #000000;
}
.manual_completions_learndash_requirements .buy-btn {
margin: 10px 0px 5px 0px !important;
text-transform: capitalize !important;
border-top: 1px solid #e6c628 !important;
background: -webkit-linear-gradient(top,#e6c628,#82ba39) !important;
padding: 7.5px 15px !important;
border-radius: 9px !important;
text-shadow: rgba(0,0,0,.4) 0 1px 0 !important;
color: white !important;
font-size: 14px !important;
font-weight: bold !important;
font-family: Arial,serif !important;
text-decoration: none !important;
vertical-align: middle !important;
}
#manual_completions_learndash img {
vertical-align: middle;
}
#manual_completions_learndash > h2 {
margin-bottom: 5px;
}
#manual_completions_learndash, .manual_completions_learndash {
padding: 30px;
background: white;
margin: 50px;
border-radius: 5px;
}
#manual_completions_learndash select, #manual_completions_learndash #users input {
width: 100%;
max-width: 100%;
height: 28px;
line-height: 28px;
}
#process_completions {
margin-bottom: 20px;
}
#manual_completions_learndash_table .grassblade_table tr td {
background: #fdefc9 !important;
color: #333 !important;
}
#manual_completions_learndash_table .grassblade_table tr td {
background: #fdefc9 !important;
}
#manual_completions_learndash_table .grassblade_table tr[data-completed=not_completed] td {
background: #ffda87 !important;
}
#manual_completions_learndash_table .grassblade_table tr[data-status=processed] td {
background: #befcb3 !important;
}
#manual_completions_learndash_table .grassblade_table tr[data-status=processing] td {
background: #b0a3f8 !important;
}
#manual_completions_learndash_table .grassblade_table tr[data-status=waiting] td {
background: #c3e3ff !important;
}
#manual_completions_learndash_table .grassblade_table tr[data-status=failed] td {
background: #ffc3c3 !important;
}
#manual_completions_learndash_table .grassblade_table tr[data-status=remove] td {
opacity: 0.1;
}
#manual_completions_learndash_table .grassblade_table tr[data-completed=completed] td {
background: #befcb3 !important;
}
#manual_completions_learndash_table .has_xapi {
width: 15px;
height: 15px;
display: inline-block;
float: right;
}
#manual_completions_learndash_table .force_completion {
display: none;
margin: 20px;
}
#manual_completions_learndash_table span#list_count {
line-height: 28px;
padding-left: 20px;
}