Buzzers now play the selection of each user, buzzers also displayed on user lists. Also added some new buzzers

This commit is contained in:
Samuel Kent
2023-01-01 15:33:37 +11:00
parent d5099f7a99
commit 355a2c8bf4
30 changed files with 50 additions and 44 deletions
+12 -4
View File
@@ -38,7 +38,7 @@ a, a:visited {
left: 60px;
border: dashed;
width: 400px;
min-height: 130px;
min-height: 170px;
padding-left: 5px;
}
@@ -47,17 +47,18 @@ a, a:visited {
left: 724px;
border: dashed;
width: 400px;
min-height: 130px;
min-height: 170px;
padding-left: 5px;
}
ul {
list-style-type: square;
list-style-type: none;
margin: 0px;
padding-left: 30px;
padding-left: 0px;
}
#buzzer {
width: 200px;
position: relative;
z-index: 1000;
}
@@ -86,6 +87,13 @@ ul {
width: 14px;
}
.userListBuzzerSelections {
width: 30px;
position: relative;
top: 5px;
padding-right: 10px;
}
@media (max-width: 600px) {
#userListPanel {
top: 80px;