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;
|
flex: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
max-height: 500px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,7 +189,8 @@
|
||||||
.control-group {
|
.control-group {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-right: 20px;
|
margin-right: 10px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
|
@ -207,6 +209,10 @@
|
||||||
ul {
|
ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-kit {
|
||||||
|
min-width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard-step-form .wizard-btn {
|
.wizard-step-form .wizard-btn {
|
||||||
|
@ -527,4 +533,4 @@ img.avatar {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -160,6 +160,7 @@ en:
|
||||||
validation:
|
validation:
|
||||||
neighbourhood: "Please enter a neighbourhood."
|
neighbourhood: "Please enter a neighbourhood."
|
||||||
city: "Please enter a city, town or village."
|
city: "Please enter a city, town or village."
|
||||||
|
street: "Please enter a Number and Street."
|
||||||
countrycode: "Please select a country."
|
countrycode: "Please select a country."
|
||||||
geo_location: "Search and select a result."
|
geo_location: "Search and select a result."
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ if Rails.env.production?
|
||||||
wizard-custom-lib.js
|
wizard-custom-lib.js
|
||||||
wizard-custom.js
|
wizard-custom.js
|
||||||
wizard-plugin.js
|
wizard-plugin.js
|
||||||
wizard-start.js
|
wizard-custom-start.js
|
||||||
stylesheets/wizard/wizard_custom.scss
|
stylesheets/wizard/wizard_custom.scss
|
||||||
stylesheets/wizard/wizard_composer.scss
|
stylesheets/wizard/wizard_composer.scss
|
||||||
stylesheets/wizard/wizard_variables.scss
|
stylesheets/wizard/wizard_variables.scss
|
||||||
|
|
|
@ -39,6 +39,6 @@
|
||||||
<%= raw theme_lookup("body_tag") %>
|
<%= raw theme_lookup("body_tag") %>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
|
||||||
<%= preload_script 'custom-wizard-start' %>
|
<%= preload_script 'wizard-custom-start' %>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Laden …
In neuem Issue referenzieren