From e9614b7dcf5f558bcb85e4440d35e9d65c26d51a Mon Sep 17 00:00:00 2001 From: Anas Ghrab Date: Thu, 29 Jan 2015 21:13:50 +0100 Subject: [PATCH] Change CSS for better management of RTL --- telemeta/static/telemeta/css/telemeta.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telemeta/static/telemeta/css/telemeta.css b/telemeta/static/telemeta/css/telemeta.css index 655cffa3..ed341017 100644 --- a/telemeta/static/telemeta/css/telemeta.css +++ b/telemeta/static/telemeta/css/telemeta.css @@ -169,7 +169,7 @@ svg { padding: 6px; /**if u change this, change also width #content_header td.rightcol, see above*/ position: relative; z-index: 1; - float: right; + /*float: right;*/ border: 1px solid #999; background-color: #eee; -moz-border-radius: 8px 8px 8px 8px; @@ -365,7 +365,7 @@ label.disabled { color: #d7d7d7 } font-weight: bold; position: absolute; top: 1.2em; - right: 1.1em; + /*right: 1.1em;*/ margin-right: 1em; font-size: 0.9em; background-color: #6a0307; -- 2.39.5