diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-06-06 15:24:14 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-06 15:24:14 -0700 |
commit | 0e415dae9b29d792f631d3b94349086b8094c920 (patch) | |
tree | edc30275caff571f2d447dd517f42d94fb3e38d7 /modules/gallery/css | |
parent | 329bd8caa126040ba7abaf28e8f76e0b6739ceff (diff) |
Preliminary BiDi support (needs *a lot* of tweaking)
Diffstat (limited to 'modules/gallery/css')
-rw-r--r-- | modules/gallery/css/l10n_client.css | 12 |
1 files changed, 8 insertions, 4 deletions
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; |