diff --git a/adminer/static/default.css b/adminer/static/default.css index 1ead4fe7..7f082393 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -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; } }