diff options
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; |