Skip to content

Commit 4dd09b9

Browse files
committed
Compatibility update
1 parent ebe9089 commit 4dd09b9

23 files changed

+562
-57
lines changed

assets/css/buddypress.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ body #buddypress.buddypress-wrap form#whats-new-form #whats-new-options select,
161161

162162
#buddypress .comment-reply-link,
163163
#buddypress .generic-button a,
164+
#buddypress .follow-button.generic-button button,
164165
#buddypress .standard-form button,
165166
#buddypress a.button,
166167
#buddypress input[type="button"],
@@ -228,6 +229,7 @@ button.gamipress-achievement-unlock-with-points-button,
228229

229230
#buddypress .comment-reply-link:hover,
230231
#buddypress .generic-button a:hover,
232+
#buddypress .follow-button.generic-button button:hover,
231233
#buddypress .standard-form button:hover,
232234
#buddypress a.button:hover,
233235
#buddypress input[type="button"]:hover,

assets/css/buddypress.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/global.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/learndash.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,10 @@ body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_pri
473473
# Single Course
474474
--------------------------------------------------------------*/
475475

476+
.single-sfwd-courses .sfwd-courses header.entry-header {
477+
display: none;
478+
}
479+
476480
.single-sfwd-courses .entry-content {
477481
background: var(--color-theme-white-box);
478482
margin: 0;

assets/css/learndash.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/lifterlms.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
}
2828

2929
.llms-button-secondary,
30+
a.llms-button-secondary,
3031
.llms-button-primary,
3132
.llms-button-action {
3233
font-family: inherit;
@@ -53,6 +54,7 @@
5354
}
5455

5556
.llms-button-secondary:hover,
57+
a.llms-button-secondary:hover,
5658
.llms-button-primary:hover,
5759
.llms-button-action:hover,
5860
.llms-button-action.clicked {
@@ -62,6 +64,7 @@
6264
}
6365

6466
.llms-button-primary:focus,
67+
a.llms-button-secondary:focus,
6568
.llms-button-primary:active,
6669
.llms-button-action:focus,
6770
.llms-button-action:active {
@@ -179,6 +182,15 @@
179182
overflow-x: auto;
180183
}
181184

185+
@media (min-width: 600px) {
186+
.llms-student-dashboard .llms-sd-item {
187+
width: 100%;
188+
}
189+
190+
.llms-student-dashboard .llms-sd-title {
191+
margin-top: 0;
192+
}
193+
}
182194

183195
/*--------------------------------------------------------------
184196
# Course Archive
@@ -344,6 +356,16 @@ body .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-counter {
344356
}
345357
}
346358

359+
.single-course .review_box label {
360+
display: block;
361+
margin: 0 0 5px;
362+
}
363+
364+
.single-course .review_box [type=text] {
365+
width: 100%;
366+
margin-top: 0;
367+
}
368+
347369

348370
/*--------------------------------------------------------------
349371
# Single Lesson

assets/css/lifterlms.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)