diff --git a/installation/forms/setup.xml b/installation/forms/setup.xml index 92a1a7a4fbf0d..7be2b2ad2234f 100644 --- a/installation/forms/setup.xml +++ b/installation/forms/setup.xml @@ -6,7 +6,7 @@ type="installation.language" label="INSTL_SELECT_LANGUAGE_TITLE" id="language" - class="custom-select-sm required" + class="required" default="en-GB" /> diff --git a/installation/template/images/select-bg-rtl.svg b/installation/template/images/select-bg-rtl.svg new file mode 100644 index 0000000000000..e9b3ab21a2be0 --- /dev/null +++ b/installation/template/images/select-bg-rtl.svg @@ -0,0 +1 @@ + diff --git a/installation/template/scss/template-rtl.scss b/installation/template/scss/template-rtl.scss index e26d457b8a369..8f7c18e56e90f 100644 --- a/installation/template/scss/template-rtl.scss +++ b/installation/template/scss/template-rtl.scss @@ -36,17 +36,12 @@ textarea.noResize { } } -.j-install-step-header .fa { - display: inline; -} - .lang-select { left: 0; } .control-group { .control-label { - float: right; padding-top: 5px; padding-right: 5px; text-align: right; @@ -92,3 +87,8 @@ textarea.noResize { direction: ltr; text-align: right; } + +// Language Table +caption { + text-align: right; +} diff --git a/installation/template/scss/template.scss b/installation/template/scss/template.scss index 6f0f0499d73b1..4cb0105fae333 100644 --- a/installation/template/scss/template.scss +++ b/installation/template/scss/template.scss @@ -171,7 +171,6 @@ body { } .control-label { - float: left; padding-top: 5px; padding-right: 5px; text-align: left;