fix style issue for rtl languages
This commit is contained in:
@@ -83,4 +83,13 @@
|
|||||||
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</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>
|
</html>
|
||||||
@@ -260,4 +260,13 @@
|
|||||||
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</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>
|
</html>
|
||||||
|
|||||||
@@ -80,5 +80,13 @@
|
|||||||
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</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>
|
</html>
|
||||||
@@ -77,4 +77,13 @@
|
|||||||
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</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>
|
</html>
|
||||||
|
|||||||
@@ -68,4 +68,13 @@
|
|||||||
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</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>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user