Index: lams_learning/web/css/kumalive.scss =================================================================== diff -u -recd3b320baed53ab184cc7c5d1a67def50651fe2 -ra6756ff12e2b1eaa3c06a2456c87daea872397f2 --- lams_learning/web/css/kumalive.scss (.../kumalive.scss) (revision ecd3b320baed53ab184cc7c5d1a67def50651fe2) +++ lams_learning/web/css/kumalive.scss (.../kumalive.scss) (revision a6756ff12e2b1eaa3c06a2456c87daea872397f2) @@ -51,7 +51,7 @@ width: initial; } -#pollSetupAnswerCustom, #pollSetupAnswerCustomParseError { +#pollSetup, #pollSetupAnswerCustom, #pollSetupAnswerCustomParseError, #pollSetupAnswerCustomCountError { display: none; } @@ -64,6 +64,33 @@ margin-top: 10px; } +#pollRun, #pollRunAnswerRadioTemplate, #pollRunFinishButton { + display: none; +} + +#pollRun { + text-align: center; +} + +#pollRunQuestion { + margin-top: 20px; +} + +#pollRunAnswerRadios { + display: inline-block; + text-align: left; + margin: 0 auto; +} + +#pollRunVoteButton { + margin-top: 20px; +} + +#pollRunAnswerList .list-group-item { + margin: 5px 20px; + text-align: left; +} + #learnersCell { width: 100%; padding: 0;