summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-08 21:32:03 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-08 21:32:03 -0700
commit1ecdb5ef0c82272d8019e4b7d834432f73baf474 (patch)
tree1d6d989b7928e5843624ce7ed8782c9b8aabb607 /modules/gallery/css
parentf0ca27ab924c06cc72a44d66498b86aeda672b33 (diff)
parentb9ee6f7d185c734dcff595d06d9c6e6fda5822ac (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/l10n_client.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css
index 8e668072..bab1d0ed 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,17 +152,19 @@ 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;
font-family: monospace;
text-align: left;
height:16em; margin:1em; padding:1em;
- overflow:auto;}
+ overflow:auto;
+ direction: ltr;
+}
#l10n-client-string-editor .translation {
overflow:hidden;