From 0e415dae9b29d792f631d3b94349086b8094c920 Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Sat, 6 Jun 2009 15:24:14 -0700 Subject: Preliminary BiDi support (needs *a lot* of tweaking) --- modules/gallery/css/l10n_client.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'modules/gallery/css') diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css index 6616f511..dd8d5c5d 100644 --- a/modules/gallery/css/l10n_client.css +++ b/modules/gallery/css/l10n_client.css @@ -71,7 +71,9 @@ how it wants to round. */ #l10n-client-string-select { display:none; float:left; - width:25%;} + width:25%; + direction: ltr; +} #l10n-client .string-list { height:17em; @@ -150,15 +152,17 @@ how it wants to round. */ float:left; width:74%;} - #l10n-client-string-editor .source { +#l10n-client-string-editor .source { overflow:hidden; width:50%; float:left;} - #l10n-client-string-editor .source .source-text { +#l10n-client-string-editor .source .source-text { line-height:1.5em; background:#eee; height:16em; margin:1em; padding:1em; - overflow:auto;} + overflow:auto; + direction: ltr; +} #l10n-client-string-editor .translation { overflow:hidden; -- cgit v1.2.3