File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
frontend/stylesheets/pages Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h3 class="page-title">Co-Op Submission</h3>
15
15
< form data-module ="coopSubmitForm ">
16
16
< div class ="co-op-group ">
17
17
< div class ="col-xs-12 col-sm-6 ">
18
- < div class ="radio ">
18
+ < div class ="radio co-op-radio ">
19
19
< label >
20
20
< input type ="radio " name ="semester " id ="fall " value ="Fall ">
21
21
< div class ="co-op-option ">
@@ -26,7 +26,7 @@ <h4 class="list-group-item-heading">Fall Semester</h4>
26
26
</ div >
27
27
</ div >
28
28
< div class ="col-xs-12 col-sm-6 ">
29
- < div class ="radio ">
29
+ < div class ="radio co-op-radio ">
30
30
< label >
31
31
< input type ="radio " name ="semester " id ="spring " value ="Spring ">
32
32
< div class ="co-op-option ">
@@ -40,7 +40,8 @@ <h4 class="list-group-item-heading">Spring Semester</h4>
40
40
< input type ="submit " role ="button " class ="btn btn-raised btn-primary " style ="width:100%; " value ="Submit Form "/>
41
41
</ form >
42
42
{% else %}
43
- < p class ="align-center "> Thanks for submitting this form. Good luck on your {{on_coop.semester}} co-op!</ p >
43
+ < p class ="align-center "> Thank you for submitting this form. Good luck on your {{on_coop.semester}} co-op!</ p >
44
+ < p class ="align-center "> If you submitted this form by mistake or your plans have changed, please contact the Evaluations Director.</ p >
44
45
{% endif %}
45
46
</ div >
46
47
</ div >
Original file line number Diff line number Diff line change 10
10
padding-left : 10px ;
11
11
}
12
12
13
- .radio-inline input [type = ' radio' ],
14
- .radio input [type = ' radio' ],
15
- input [type = ' radio' ] {
16
- position : fixed ;
17
- margin-top : 20px ;
13
+ .co-op-radio {
14
+ input {
15
+ & [type = ' radio' ] {
16
+ position : fixed ;
17
+ margin-top : 20px ;
18
+ }
19
+ }
18
20
}
You can’t perform that action at this time.
0 commit comments