uo_dashboard.css
5.35 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
/* Dashboard styling */
#learndash_profile.dashboard #lessons_list > div, #learndash_profile.learndash #learndash_lessons {
border:none;
}
#learndash_profile.dashboard #learndash_lesson_topics_list > div {
border-radius:0;
border:none;
}
#learndash_profile.dashboard #learndash_lesson_topics_list span a {
margin-left:40px;
border-top:1px solid #ddd;
}
#learndash_profile.dashboard a {
font-size:16px;
color:inherit;
}
#learndash_profile.dashboard #lessons_list h4 > a, #learndash_profile.dashboard #quiz_list h4 > a {
padding-left:20px;
}
.learndash .completed, #learndash_profile.dashboard .completed, .learndash .notcompleted, #learndash_profile.dashboard .notcompleted, .learndash .notavailable, #learndash_profile .notavailable {
background-size: 31px;
padding-right:70px;
padding-left:0;
}
#learndash_profile.dashboard a.certificate_icon_large {
width: auto;
background-position: 98.5% center;
height: auto;
white-space: nowrap;
}
#learndash_profile.dashboard .completed, #learndash_profile.dashboard .notcompleted, #learndash_profile .notavailable {
white-space: normal;
}
.learndash_topic_dots ul .topic-completed span, .learndash_topic_dots ul .topic-notcompleted span {
background-size:10px;
background-position-y:9px;
padding-left:20px;
}
.learndash_topic_dots ul .topic-completed span {
background-image:url('../../../../../sfwd-lms/templates/images/check.png');
}
#lessons_list > div h4 > a, #course_list > div h4 > a, #quiz_list > div h4 > a {
padding-top:18px;
padding-bottom:18px;
line-height:normal !important;
}
#learndash_profile.dashboard .list_arrow.collapse, #learndash_profile.dashboard .list_arrow.expand {
background-position: 50% 21px;
border: none;
}
#learndash_profile.dashboard .list_arrow.expand {
background-position-y: 25px;
}
#learndash_lessons, #learndash_quizzes, #learndash_profile.dashboard, #learndash_lesson_topics_list > div {
border: none;
box-shadow: none;
}
#learndash_profile.dashboard .course_progress {
float:none;
width: 18%;
margin: 0 2%;
height: 5px;
display:inline-block;
vertical-align:middle;
}
#learndash_profile.dashboard #course_list .right {
padding: 0;
width:10%;
max-width:40px;
display:inline-block;
vertical-align:middle;
}
#learndash_profile.dashboard #course_list .left {
font-size:16px;
width:66%;
display:inline-block;
vertical-align:middle;
white-space:normal;
}
#lessons_list > div:first-child h4, #course_list > div:first-child > h4, #quiz_list > div:first-child h4 {
border-top: none;
}
#learndash_profile.dashboard #lessons_list > div:first-child h4, #learndash_profile.dashboard #quiz_list > div:first-child h4 {
border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
#learndash_profile.dashboard dd.course_progress, #course_list h4 div.right, .learndash_profile_quizzes .certificate, .learndash_profile_quizzes .quiz_date {
display: none !important;
}
#learndash_profile.dashboard #course_list .left {
width:100%;
}
#learndash_profile.dashboard dd.course_progress, #course_list h4 div.right, .learndash_profile_quizzes .certificate, .learndash_profile_quizzes .statistics, .learndash_profile_quizzes .quiz_date {
display: none !important;
}
}
body #learndash_lessons #lesson_heading, body #learndash_profile.dashboard .learndash_profile_heading, body #learndash_quizzes #quiz_heading, body #learndash_lesson_topics_list div > strong {
font-size:16px;
border-radius:10px;
padding:10px 15px;
}
#learndash_lessons, #learndash_quizzes, #learndash_profile.dashboard, #learndash_lesson_topics_list > div {
border-radius:0;
margin-bottom:0;
}
#learndash_quizzes {
margin-top:20px;
}
#learndash_profile #learndash_quizzes {
margin-top:0;
}
#lessons_list .list-count, #quiz_list .list-count {
border:none;
}
#learndash_profile.dashboard .quiz_title {
padding-left:40px !important;
}
#learndash_lesson_topics_list ul > li:nth-of-type(odd), #learndash_profile.dashboard #learndash_lesson_topics_list ul > li:nth-of-type(even) {
background:none;
}
#learndash_lesson_topics_list ul > li:nth-of-type(even) {
background:#f9f9f9;
}
.learndash_topic_dots ul .topic-completed span, .learndash_topic_dots ul .topic-notcompleted span {
line-height:normal;
padding-top:6px;
}
#learndash_lessons h4 > a:hover, #learndash_quizzes h4 > a:hover, #learndash_lesson_topics_list ul > li > span.topic_item:hover {
background-color:#F7F7F7;
}
.learndash .completed, #learndash_profile .completed {
background-image:url('../img/completed.png');
}
.learndash .notcompleted, #learndash_profile .notcompleted {
background-image:url('../img/notcompleted.png');
}
#learndash_profile.dashboard .learndash_profile_quizzes a {
font-size:12px;
}
#learndash_profile.dashboard .learndash_profile_quizzes div {
line-height:normal;
}
#learndash_profile.dashboard small.notavailable_message {
float:right;
padding-top:3px;
}
#learndash_profile.dashboard a.dashboard-cert-link{
position: absolute;
top: 0;
right: 0;
z-index: 999;
cursor: pointer;
width: 55px;
height: 100%;
box-shadow: none;
padding: 0;
margin: 0;
text-decoration: none;
}
#lessons_list > div h4 > a, #course_list > div h4 > a, #quiz_list > div h4 > a{
padding-left: 0!important;
}