mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-24 21:13:35 -04:00
Update /courses fwd/back links to be more consistent
Teachers, click here! is bit bigger.
This commit is contained in:
parent
1bd44f9da1
commit
4ffe9a5035
3 changed files with 20 additions and 21 deletions
app
|
@ -1,29 +1,29 @@
|
|||
#courses-view
|
||||
#site-content-area
|
||||
#main-content
|
||||
padding-left: 250px
|
||||
padding-right: 250px
|
||||
|
||||
|
||||
h1
|
||||
margin-bottom: 30px
|
||||
|
||||
|
||||
#play-now-to-learn-header
|
||||
margin-top: 60px
|
||||
|
||||
|
||||
ul
|
||||
margin: 0 auto 40px
|
||||
width: 320px
|
||||
|
||||
|
||||
#begin-hoc-area
|
||||
width: 50%
|
||||
margin: 0 auto
|
||||
|
||||
|
||||
hr
|
||||
border-top: 1px solid grey
|
||||
margin: 5px 0
|
||||
|
||||
.text-uppercase
|
||||
margin-top: 40px
|
||||
|
||||
|
||||
#just-added-text
|
||||
color: #009999
|
||||
|
||||
|
@ -31,20 +31,20 @@
|
|||
border: 1px solid #009999
|
||||
margin: 0 -20px
|
||||
padding: 0 20px
|
||||
|
||||
|
||||
h3
|
||||
margin-top: 20px
|
||||
|
||||
|
||||
.course-instance-entry
|
||||
padding-left: 40px
|
||||
|
||||
|
||||
.progress-bar
|
||||
min-width: 15%
|
||||
|
||||
.btn
|
||||
margin-left: 20px
|
||||
min-width: 180px
|
||||
|
||||
|
||||
#join-class-form
|
||||
.alert, .progress
|
||||
margin-top: 20px
|
||||
margin-top: 20px
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
extends /templates/base
|
||||
|
||||
block content
|
||||
|
||||
h2
|
||||
if view.teacherMode
|
||||
a(href="/courses/teachers") Back to my classrooms
|
||||
else
|
||||
a(href="/courses") Back to my courses
|
||||
hr
|
||||
|
||||
if view.teacherMode
|
||||
a(href="/courses/teachers") Back to my classrooms
|
||||
else
|
||||
a(href="/courses") Back to my courses
|
||||
br
|
||||
br
|
||||
|
||||
if (noCourseInstance || noCourseInstanceSelected) && course
|
||||
h1= course.get('name')
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
extends /templates/base
|
||||
|
||||
block content
|
||||
.pull-right
|
||||
h3.text-right
|
||||
if me.isAnonymous()
|
||||
a(href="/teachers") Teachers, click here!
|
||||
else
|
||||
a(href="/courses/teachers") Teachers, click here!
|
||||
br
|
||||
|
||||
#main-content
|
||||
if me.isAnonymous()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue