Index: lams_learning/web/css/kumalive.scss =================================================================== diff -u -rc32fc3365594b9d572ea07094f580218cf952c93 -r5b76fc85b49c6dc9dbedfac8b235e9e3d56ef8fe --- lams_learning/web/css/kumalive.scss (.../kumalive.scss) (revision c32fc3365594b9d572ea07094f580218cf952c93) +++ lams_learning/web/css/kumalive.scss (.../kumalive.scss) (revision 5b76fc85b49c6dc9dbedfac8b235e9e3d56ef8fe) @@ -55,10 +55,15 @@ width: initial; } -#pollSetup, #pollSetupAnswerCustom, #pollSetupAnswerCustomParseError, #pollSetupAnswerCustomCountError { +#pollSetupAnswerCustom, #pollSetupAnswerCustomParseError, #pollSetupAnswerCustomCountError { display: none; } +#pollSetup { + display: none; + padding: 0 10px; +} + #pollSetupButtons, #pollSetup h3 { text-align: center; } @@ -99,14 +104,29 @@ text-align: left; } +#pollRunAnswerList .list-group-item.voted { + border: $border-thin-primary; + border-width: thick; +} + #pollRunAnswerList .list-group-item .badge { margin-left: 5px; } +#pollRunChart { + display: none; + border-top: $border-thin-black; + margin-top: 10px; +} + +#pollRunChartPie { + height: 320px; +} + #pollRun .pollVoters { margin-top: 10px; text-align: left; - border-top: $border-thin-black; + border-top: $border-thin-default-light; } #pollRun .pollVoters .badge { @@ -119,6 +139,10 @@ padding: 0; } +#learnersCell h3 { + text-align: center; +} + #learnersContainer { padding-left: 10px; } @@ -238,23 +262,21 @@ #actionCell { width: 350px; height: 100vh; - margin-right: 10px; border-bottom: none; border-right: $border-thin-black; } #pollCell { width: 500px; height: 100vh; - padding-left: 0; - margin-right: 10px; + padding: 0; border-bottom: none; border-right: $border-thin-black; } .learner { height: 120px; - margin-right: 20px; + margin-left: 20px; } .profilePicture {