mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-16 08:29:56 -05:00
The Level Editor level list now highlights the row in which you are the person who last saved the level. The level list now also displays glyphicons to indicate watched/unwatched levels.
47 lines
805 B
Sass
47 lines
805 B
Sass
.search-view
|
|
|
|
a.open-modal-button
|
|
float: right
|
|
|
|
input#search
|
|
width: 190px
|
|
height: 30px
|
|
padding-left: 5px
|
|
|
|
table.table
|
|
background-color: white
|
|
.body-row
|
|
max-width: 600px
|
|
white-space: nowrap
|
|
overflow: hidden
|
|
text-overflow: ellipsis
|
|
.name-row
|
|
@extend .body-row
|
|
max-width: 300px
|
|
.description-row
|
|
@extend .body-row
|
|
max-width: 520px
|
|
.small-name-row
|
|
@extend .body-row
|
|
max-width: 200px
|
|
.watch-row
|
|
@extend .body-row
|
|
max-width: 80px
|
|
text-align: center
|
|
&.watching
|
|
opacity: 1.0
|
|
&.not-watching
|
|
opacity: 0.5
|
|
|
|
tr.mine
|
|
background-color: #f8ecaa
|
|
|
|
.loading
|
|
text-align: center
|
|
|
|
.progress
|
|
margin: 0 20%
|
|
width: 60%
|
|
|
|
.progress-bar
|
|
width: 100%
|