codecombat/app/styles/i18n/i18n-edit-model-view.sass
Scott Erickson 09a9358b9e Modify courses i18n edit view to be less error-prone
* Do not use 'backup' system
* Warn when about to lose changes
* Show list of patches and their statuses
2016-08-23 14:36:45 -07:00

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