File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
frontend/stylesheets/pages Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ <h3 class="panel-title">Administration</h3>
2929 < input type ="checkbox " id ="siteLockdownSwitch " name ="siteLockdownSwitch " data-module ="siteSettings " data-setting ="siteLockdown "{% if site_lockdown %} checked{% endif %} >
3030 < label for ="siteLockdownSwitch " class ="label-primary "> </ label >
3131 </ div >
32- < div class ="material-switch ">
33- < div class ="switch-label "> Intro Evals Form</ div >
34- < input type ="checkbox " id ="introFormSwitch " name ="introEvalsSwitch " data-module ="siteSettings " data-setting ="introForm "{% if intro_form %} checked{% endif %} >
35- < label for ="introFormSwitch " class ="label-primary "> </ label >
36- </ div >
3732 </ div >
3833 {% endif %}
3934 </ div >
Original file line number Diff line number Diff line change 11.switch-label {
22 display : inline-block ;
3- padding : 10px ;
3+ padding : 40 px 10px ;
44 text-align : center ;
55}
66
You can’t perform that action at this time.
0 commit comments