Skip to content

Commit

Permalink
Create swap-next-previous-buttons.css
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg authored Jan 2, 2025
1 parent 2a9ed5c commit 185b587
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lifterlms/quizzes/swap-next-previous-buttons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* Move buttons on the right */
#llms-quiz-nav button {
float: right;
}
/* Prev question button on the left */
#llms-quiz-nav #llms-prev-question {
float: left;
}
/* Ensure quiz counter is displayed on a different line */
.llms-quiz-ui .llms-quiz-counter {
width: 100%;
text-align: right;
}
footer#llms-quiz-nav::after {
display: block;
content: '';
clear: both;
}

0 comments on commit 185b587

Please sign in to comment.