mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
make content.css rtl-friendly
This commit is contained in:
parent
26b1369a3c
commit
b886dbac3c
1 changed files with 10 additions and 10 deletions
|
@ -50,7 +50,7 @@ body.login header {
|
||||||
background-size: 92px 92px;
|
background-size: 92px 92px;
|
||||||
height: 92px;
|
height: 92px;
|
||||||
width: 92px;
|
width: 92px;
|
||||||
margin-right: 10px;
|
margin-inline-end: 10px;
|
||||||
}
|
}
|
||||||
.login-grid .login-github {
|
.login-grid .login-github {
|
||||||
background-image: url("./github.png");
|
background-image: url("./github.png");
|
||||||
|
@ -107,7 +107,7 @@ body.login header {
|
||||||
.umap-features-list li:before {
|
.umap-features-list li:before {
|
||||||
content: "✔";
|
content: "✔";
|
||||||
color: #323E56;
|
color: #323E56;
|
||||||
padding-right: 5px;
|
padding-inline-end: 5px;
|
||||||
}
|
}
|
||||||
.summary {
|
.summary {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
@ -135,7 +135,7 @@ h2.section {
|
||||||
h2.tabs {
|
h2.tabs {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: var(--color-darkBlue);
|
color: var(--color-darkBlue);
|
||||||
text-align: left;
|
text-align: start;
|
||||||
padding-top: 28px;
|
padding-top: 28px;
|
||||||
}
|
}
|
||||||
h2.tabs a {
|
h2.tabs a {
|
||||||
|
@ -144,13 +144,13 @@ h2.tabs a {
|
||||||
text-decoration-thickness: 3px;
|
text-decoration-thickness: 3px;
|
||||||
text-decoration-skip-ink: none;
|
text-decoration-skip-ink: none;
|
||||||
text-underline-offset: 7px;
|
text-underline-offset: 7px;
|
||||||
margin-right: 2rem;
|
margin-inline-end: 2rem;
|
||||||
}
|
}
|
||||||
h2.tabs a:not(.selected) {
|
h2.tabs a:not(.selected) {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: var(--color-darkBlue);
|
color: var(--color-darkBlue);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-right: 0;
|
margin-inline-end: 0;
|
||||||
}
|
}
|
||||||
h2.tabs a:hover {
|
h2.tabs a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@ -278,7 +278,7 @@ ul.umap-autocomplete {
|
||||||
}
|
}
|
||||||
.umap-singleresult div .close,
|
.umap-singleresult div .close,
|
||||||
.umap-multiresult li .close {
|
.umap-multiresult li .close {
|
||||||
float: right;
|
float: inline-end;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -427,8 +427,8 @@ ul.umap-autocomplete {
|
||||||
.table-wrapper table thead tr th,
|
.table-wrapper table thead tr th,
|
||||||
.table-wrapper table th[scope="row"] {
|
.table-wrapper table th[scope="row"] {
|
||||||
color: var(--color-darkBlue);
|
color: var(--color-darkBlue);
|
||||||
text-align: left;
|
text-align: start;
|
||||||
padding-left: 2px;
|
padding-inline-start: 2px;
|
||||||
}
|
}
|
||||||
.table-wrapper table thead tr th {
|
.table-wrapper table thead tr th {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
@ -525,7 +525,7 @@ dialog::backdrop {
|
||||||
}
|
}
|
||||||
.twide {
|
.twide {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-left: 0!important;
|
padding-inline-start: 0!important;
|
||||||
}
|
}
|
||||||
.tthird {
|
.tthird {
|
||||||
width: 33.3333%;
|
width: 33.3333%;
|
||||||
|
@ -542,7 +542,7 @@ dialog::backdrop {
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 639px) {
|
@media only screen and (max-width: 639px) {
|
||||||
.mwide {
|
.mwide {
|
||||||
padding-left: 0!important;
|
padding-inline-start: 0!important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.mwide + .mwide {
|
.mwide + .mwide {
|
||||||
|
|
Loading…
Reference in a new issue