Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Style tweaks
Dieser Commit ist enthalten in:
Ursprung
c0e0338f5f
Commit
794422658b
3 geänderte Dateien mit 18 neuen und 0 gelöschten Zeilen
|
@ -41,6 +41,10 @@ export default {
|
|||
WizardStep.reopen({
|
||||
classNameBindings: ['step.id'],
|
||||
|
||||
ensureStartsAtTop: function() {
|
||||
window.scrollTo(0,0);
|
||||
}.observes('step.id'),
|
||||
|
||||
showQuitButton: function() {
|
||||
const index = this.get('step.index');
|
||||
const required = this.get('wizard.required');
|
||||
|
|
|
@ -430,3 +430,7 @@ img.avatar {
|
|||
color: rgb(231, 195, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.textarea-field textarea {
|
||||
height: 19em;
|
||||
}
|
||||
|
|
|
@ -38,4 +38,14 @@
|
|||
input, textarea {
|
||||
border: 1px solid #919191;
|
||||
}
|
||||
|
||||
.wizard-column {
|
||||
.checkbox-field > label {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.wizard-field .field-description img {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren