mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 11:58:10 -05:00
09a9358b9e
* Do not use 'backup' system * Warn when about to lose changes * Show list of patches and their statuses
22 lines
339 B
Sass
22 lines
339 B
Sass
.i18n-edit-model-view
|
|
#patch-submit
|
|
margin-top: 5px
|
|
|
|
.translation-table td
|
|
width: 40%
|
|
|
|
.outer-content
|
|
padding: 10px
|
|
overflow-y: scroll
|
|
|
|
select
|
|
margin-bottom: 10px
|
|
|
|
td.accepted
|
|
background: lightgreen
|
|
|
|
td.rejected, td.withdrawn
|
|
background: pink
|
|
|
|
td.pending
|
|
background: lightyellow
|