Index: lams_learning/web/css/kumalive.scss =================================================================== diff -u -ra6756ff12e2b1eaa3c06a2456c87daea872397f2 -r713741e9ab4f79f0d97486155f1f3e351b3c460d --- lams_learning/web/css/kumalive.scss (.../kumalive.scss) (revision a6756ff12e2b1eaa3c06a2456c87daea872397f2) +++ lams_learning/web/css/kumalive.scss (.../kumalive.scss) (revision 713741e9ab4f79f0d97486155f1f3e351b3c460d) @@ -1,5 +1,10 @@ @import "_lams_variables.scss"; +button { + width: 70%; + margin-top: 10px; +} + #initDiv { padding-top: 35vh; text-align: center; @@ -30,17 +35,16 @@ display: none; } +#mainDiv > .row > div { + background-color: white; +} + #actionCell { padding-bottom: 10px; border-bottom: $border-thin-black; vertical-align: top; } -#actionCell button { - width: 70%; - margin-top: 10px; -} - #pollCell { display: none; padding-bottom: 10px; @@ -82,6 +86,10 @@ margin: 0 auto; } +#pollRunAnswerList { + margin-bottom: 0; +} + #pollRunVoteButton { margin-top: 20px; } @@ -91,6 +99,21 @@ text-align: left; } +#pollRunAnswerList .list-group-item .badge { + margin-left: 5px; +} + +#pollRun .pollVoters { + margin-top: 10px; + text-align: left; + border-top: $border-thin-black; +} + +#pollRun .pollVoters .badge { + float: right; + margin: 8px 0 0 5px; +} + #learnersCell { width: 100%; padding: 0; @@ -139,6 +162,13 @@ text-overflow: ellipsis; } +#learnersCell .learner .badge { + float: right; + position: relative; + right: 15px; + top: -10px; +} + .speaker { text-align: center; } @@ -237,6 +267,11 @@ font-size: 80px; } + #learnersCell .learner .badge { + top: 3px; + right: 2px; + } + .speaker .profilePicture { width: 200px; height: 200px;