VRFS-3359 : Fix classes for various profile setup pages.

This commit is contained in:
Steven Miers 2015-08-28 13:27:57 -05:00
parent 6c25907a58
commit 7fe542a1ff
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
= render "screen_navigation"
.content-body
.content-body-scroller
form.teacher-setup-form
.teacher-setup-form
.teacher-setup-step-1.teacher-step.content-wrapper
h2 edit teacher: basics
=react_component 'TeacherSetupBasics', {}

View File

@ -1,4 +1,4 @@
#teacher-setup-experience.screen.secondary layout="screen" layout-id="teachers/setup/experience"
#teacher-setup-experience.teacher-setup.screen.secondary layout="screen" layout-id="teachers/setup/experience"
.content-head
.content-icon
= image_tag "content/icon_bands.png", :size => "19x19"
@ -7,7 +7,7 @@
= render "screen_navigation"
.content-body
.content-body-scroller
form.teacher-setup-form
.teacher-setup-form
.teacher-setup-step-2.teacher-step.content-wrapper
h2 edit teacher: experience
=react_component 'TeacherSetupExperience', {}

View File

@ -7,7 +7,7 @@
= render "screen_navigation"
.content-body
.content-body-scroller
form.teacher-setup-form
.teacher-setup-form
.teacher-setup-step-0.teacher-step.content-wrapper
h2 edit teacher: introduction
=react_component 'TeacherSetupIntroduction'

View File

@ -7,7 +7,7 @@
= render "screen_navigation"
.content-body
.content-body-scroller
form.teacher-setup-form
.teacher-setup-form
.teacher-setup-step-3.teacher-step.content-wrapper
h2 edit teacher: pricing
=react_component 'TeacherSetupPricing', {}