File tree Expand file tree Collapse file tree 1 file changed +9
-17
lines changed
apps/src/templates/sectionProgress Expand file tree Collapse file tree 1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,9 @@ const styles = {
45
45
lessonSelectorContainer : {
46
46
float : 'right' ,
47
47
} ,
48
- viewCourseLink : {
49
- float : 'right' ,
50
- marginTop : 10 ,
51
- } ,
52
48
viewCourseLinkBox : {
53
49
width : '100%' ,
54
- height : 10 ,
55
- lineHeight : '10px' ,
56
- clear : 'both'
50
+ textAlign : 'right' ,
57
51
} ,
58
52
} ;
59
53
@@ -130,17 +124,15 @@ class SectionProgress extends Component {
130
124
131
125
return (
132
126
< div >
133
- < div style = { styles . viewCourseLinkBox } >
134
- < div style = { styles . viewCourseLink } >
135
- { linkToOverview &&
136
- < SmallChevronLink
137
- link = { linkToOverview }
138
- linkText = { i18n . viewCourse ( ) }
139
- isRtl = { false }
140
- />
141
- }
127
+ { linkToOverview &&
128
+ < div style = { styles . viewCourseLinkBox } >
129
+ < SmallChevronLink
130
+ link = { linkToOverview }
131
+ linkText = { i18n . viewCourse ( ) }
132
+ isRtl = { false }
133
+ />
142
134
</ div >
143
- </ div >
135
+ }
144
136
< div style = { styles . selectorContainer } >
145
137
< div style = { styles . scriptSelectorContainer } >
146
138
< div style = { { ...h3Style , ...styles . heading } } >
You can’t perform that action at this time.
0 commit comments