mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Moved older campaigns from world map view to site footer.
This commit is contained in:
parent
6fd0d024eb
commit
6851c309fb
4 changed files with 8 additions and 20 deletions
|
@ -77,8 +77,11 @@
|
|||
//- Account menu
|
||||
|
||||
.dropdown
|
||||
.account-settings-image
|
||||
width: 18px
|
||||
|
||||
.dropdown-menu
|
||||
left: auto
|
||||
//left: auto // this busts it, not sure why it's in
|
||||
width: 280px
|
||||
padding: 0px
|
||||
border-radius: 0px
|
||||
|
@ -219,4 +222,4 @@
|
|||
top: 8px
|
||||
|
||||
a
|
||||
color: rgb(238,227,131)
|
||||
color: rgb(238,227,131)
|
||||
|
|
|
@ -265,21 +265,6 @@ $gameControlMargin: 30px
|
|||
.tooltip
|
||||
font-size: 24px
|
||||
|
||||
.old-levels
|
||||
position: absolute
|
||||
bottom: 5%
|
||||
left: 1%
|
||||
z-index: 3
|
||||
|
||||
a
|
||||
font-size: 24px
|
||||
color: #eee
|
||||
text-decoration: underline
|
||||
|
||||
&:hover
|
||||
color: white
|
||||
text-shadow: 1px 1px 0px black
|
||||
|
||||
.user-status
|
||||
position: absolute
|
||||
bottom: 1%
|
||||
|
@ -322,6 +307,8 @@ body:not(.ipad) #world-map-view
|
|||
.level-info-container
|
||||
pointer-events: none
|
||||
|
||||
|
||||
|
||||
body.ipad #world-map-view
|
||||
// iPad only supports up to Kithgard Gates for now.
|
||||
.campaign-switch
|
||||
|
|
|
@ -59,6 +59,7 @@ block footer
|
|||
a(href='/legal', tabindex=-1, data-i18n="nav.legal") Legal
|
||||
a(title='Contact', tabindex=-1, data-toggle="coco-modal", data-target="modal/ContactModal", data-i18n="nav.contact") Contact
|
||||
a(href='/teachers', data-i18n="nav.teachers") Teachers
|
||||
a(href="/play-old", data-i18n="play.older_campaigns") Older Campaigns
|
||||
if me.isAdmin()
|
||||
a(href='/admin', data-i18n="nav.admin") Admin
|
||||
|
||||
|
|
|
@ -56,9 +56,6 @@
|
|||
// a.btn.account(href="/user/#{me.getSlugOrID()}", data-i18n="[title]play.account")
|
||||
// a.btn.settings(href='/account', data-i18n="[title]play.settings")
|
||||
|
||||
.old-levels
|
||||
a(href="/play-old", data-i18n="play.older_campaigns").header-font Older Campaigns
|
||||
|
||||
.user-status.header-font
|
||||
span.gem.gem-20
|
||||
span#gems-count.spr= me.gems()
|
||||
|
|
Loading…
Reference in a new issue