1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-06-30 22:50:11 +02:00

fix style issue for rtl languages

This commit is contained in:
JabSysEmb 2023-05-14 12:01:13 +03:00
parent 1ddf829a6d
commit 27c8a03c16
5 changed files with 45 additions and 1 deletions

View File

@ -83,4 +83,13 @@
<div th:insert="~{fragments/footer.html :: footer}"></div>
</div>
</body>
<style>
html[lang-direction="rtl"] input.form-check-input {
position: relative;
margin-left: 0px;
}
html[lang-direction="rtl"] label.form-check-label {
display: inline;
}
</style>
</html>

View File

@ -260,4 +260,13 @@
<div th:insert="~{fragments/footer.html :: footer}"></div>
</div>
</body>
<style>
html[lang-direction="rtl"] input.form-check-input {
position: relative;
margin-left: 0px;
}
html[lang-direction="rtl"] label.form-check-label {
display: inline;
}
</style>
</html>

View File

@ -80,5 +80,13 @@
<div th:insert="~{fragments/footer.html :: footer}"></div>
</div>
</body>
<style>
html[lang-direction="rtl"] input.form-check-input {
position: relative;
margin-left: 0px;
}
html[lang-direction="rtl"] label.form-check-label {
display: inline;
}
</style>
</html>

View File

@ -77,4 +77,13 @@
<div th:insert="~{fragments/footer.html :: footer}"></div>
</div>
</body>
<style>
html[lang-direction="rtl"] input.form-check-input {
position: relative;
margin-left: 0px;
}
html[lang-direction="rtl"] label.form-check-label {
display: inline;
}
</style>
</html>

View File

@ -68,4 +68,13 @@
<div th:insert="~{fragments/footer.html :: footer}"></div>
</div>
</body>
<style>
html[lang-direction="rtl"] input.form-check-input {
position: relative;
margin-left: 0px;
}
html[lang-direction="rtl"] label.form-check-label {
display: inline;
}
</style>
</html>