Skip to content

Commit 185b587

Browse files
authored
Create swap-next-previous-buttons.css
1 parent 2a9ed5c commit 185b587

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/* Move buttons on the right */
2+
#llms-quiz-nav button {
3+
float: right;
4+
}
5+
/* Prev question button on the left */
6+
#llms-quiz-nav #llms-prev-question {
7+
float: left;
8+
}
9+
/* Ensure quiz counter is displayed on a different line */
10+
.llms-quiz-ui .llms-quiz-counter {
11+
width: 100%;
12+
text-align: right;
13+
}
14+
footer#llms-quiz-nav::after {
15+
display: block;
16+
content: '';
17+
clear: both;
18+
}

0 commit comments

Comments
 (0)