Skip to content

Commit

Permalink
Style the placeholder for multiple-choice input. (oppia#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip authored and wxyxinyu committed Aug 8, 2016
1 parent 500cff8 commit 49690c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions core/templates/dev/head/css/oppia.css
Original file line number Diff line number Diff line change
Expand Up @@ -2810,6 +2810,11 @@ div#ng-curtain {
font-size: 100%;
}

.ta-editor .placeholder-text {
color: #999;
font-size: 0.9em;
}

.form-control.oppia-rte-content > .ta-bind {
height: auto;
min-height: 80px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class MultipleChoiceInput(base.BaseInteraction):
'type': 'html',
'ui_config': {
'hide_complex_extensions': True,
'placeholder': 'Sample multiple-choice answer',
'placeholder': 'Enter an option for the learner to select',
},
},
'ui_config': {
Expand Down

0 comments on commit 49690c8

Please sign in to comment.