0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Dieser Commit ist enthalten in:
Angus McLeod 2019-01-18 11:34:52 +11:00
Ursprung 50593dc298
Commit 44e15ddfaa
5 geänderte Dateien mit 11 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -112,6 +112,7 @@
flex: auto;
display: flex;
flex-direction: column;
max-height: 500px;
width: 100%;
}
@ -188,7 +189,8 @@
.control-group {
display: inline-block;
vertical-align: top;
margin-right: 20px;
margin-right: 10px;
margin-bottom: 20px;
.controls {
margin: 5px 0;
@ -207,6 +209,10 @@
ul {
padding: 0;
}
.select-kit {
min-width: 200px;
}
}
.wizard-step-form .wizard-btn {
@ -527,4 +533,4 @@ img.avatar {
visibility: hidden;
}
}
}
}

Datei anzeigen

@ -160,6 +160,7 @@ en:
validation:
neighbourhood: "Please enter a neighbourhood."
city: "Please enter a city, town or village."
street: "Please enter a Number and Street."
countrycode: "Please select a country."
geo_location: "Search and select a result."

Datei anzeigen

@ -17,7 +17,7 @@ if Rails.env.production?
wizard-custom-lib.js
wizard-custom.js
wizard-plugin.js
wizard-start.js
wizard-custom-start.js
stylesheets/wizard/wizard_custom.scss
stylesheets/wizard/wizard_composer.scss
stylesheets/wizard/wizard_variables.scss

Datei anzeigen

@ -39,6 +39,6 @@
<%= raw theme_lookup("body_tag") %>
<%- end %>
<%= preload_script 'custom-wizard-start' %>
<%= preload_script 'wizard-custom-start' %>
</body>
</html>