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

add style in common file general.css

This commit is contained in:
JabSysEmb 2023-05-14 14:03:09 +03:00
parent 27c8a03c16
commit 54a5c621c4
6 changed files with 8 additions and 45 deletions

View File

@ -51,6 +51,14 @@ html[lang-direction=rtl] * {
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 {
width: 100%;
display: flex;

View File

@ -83,13 +83,4 @@
<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,13 +260,4 @@
<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,13 +80,4 @@
<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,13 +77,4 @@
<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,13 +68,4 @@
<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>