mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-18 21:30:10 +01:00
add style in common file general.css
This commit is contained in:
parent
27c8a03c16
commit
54a5c621c4
@ -51,6 +51,14 @@ html[lang-direction=rtl] * {
|
|||||||
border-bottom-left-radius: 0.25rem !important;
|
border-bottom-left-radius: 0.25rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[lang-direction="rtl"] input.form-check-input {
|
||||||
|
position: relative;
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
html[lang-direction="rtl"] label.form-check-label {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.margin-auto-parent {
|
.margin-auto-parent {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -83,13 +83,4 @@
|
|||||||
<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,13 +260,4 @@
|
|||||||
<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,13 +80,4 @@
|
|||||||
<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,13 +77,4 @@
|
|||||||
<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,13 +68,4 @@
|
|||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user