From 35ee7b79f8b27f7ab6d204cfd2879bf6defb4a5e Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 13 Jan 2015 12:54:13 -0500 Subject: [PATCH] this fixes #489 --- src/css/devtool-log.css | 8 +++++++- src/dyna-rules.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/css/devtool-log.css b/src/css/devtool-log.css index 29482cfc2..1ae60b44e 100644 --- a/src/css/devtool-log.css +++ b/src/css/devtool-log.css @@ -28,12 +28,18 @@ body { background-color: #eee; } #content { - margin-left: 4em; width: calc(100% - 4em); } +body[dir="ltr"] #content { + margin-left: 4em; + } +body[dir="rtl"] #content { + margin-right: 4em; + } #content table { border: 0; border-collapse: collapse; + direction: ltr; width: 100%; } #content table tr.blocked { diff --git a/src/dyna-rules.html b/src/dyna-rules.html index 80f54c527..167182a39 100644 --- a/src/dyna-rules.html +++ b/src/dyna-rules.html @@ -13,7 +13,7 @@

- +