RTL precedence & JS-only fixes

This commit is contained in:
Lucas Sandery
2025-05-19 15:01:28 +09:30
committed by Jakub Vrana
parent a979b4be22
commit 9e0db9f1cd

View File

@@ -128,14 +128,18 @@ input.wayoff { left: -1000px; position: absolute; }
.js .foot { display: none; }
.js #menuopen { display: block; position: absolute; top: 3px; left: 6px; }
.nojs #menu { position: static; }
.rtl.js #foot { left: auto; right: 0; }
.rtl .pages { right: auto; }
.rtl #content { margin-right: 10px; }
.rtl #breadcrumb { right: auto; }
.rtl.js #menuopen { left: auto; right: 6px; }
.rtl #content { margin-left: 0 !important; margin-right: 10px; }
.rtl #breadcrumb { left: auto !important; right: 48px; }
}
@media print {
#lang, #menu { display: none; }
#lang, #menu, .logout { display: none; }
#content { margin-left: 1em; }
#breadcrumb { left: 1em; }
.rtl #content { margin-left: auto; margin-right: 1em; }
.rtl #breadcrumb { left: auto; right: 1em; }
.nowrap td, .nowrap th, td.nowrap { white-space: normal; }
}