Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
various fixes
Dieser Commit ist enthalten in:
Ursprung
50593dc298
Commit
44e15ddfaa
5 geänderte Dateien mit 11 neuen und 4 gelöschten Zeilen
|
@ -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 {
|
||||
|
|
|
@ -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."
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -39,6 +39,6 @@
|
|||
<%= raw theme_lookup("body_tag") %>
|
||||
<%- end %>
|
||||
|
||||
<%= preload_script 'custom-wizard-start' %>
|
||||
<%= preload_script 'wizard-custom-start' %>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Laden …
In neuem Issue referenzieren