summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-01-22 14:38:58 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-01-22 14:38:58 -0800
commitff5ccf0fb34a19306e4177a9a2f2c4c6f503cb1a (patch)
tree14e6f51c970942b423f696c8690a4a688a783794 /modules/gallery
parentb01fce613b8df5f23a3a257f5680433a8224247d (diff)
Specify the height and overflow-y on l10n-client translation element. fixes ticket #899.
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/css/l10n_client.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css
index 3771c049..053b4432 100644
--- a/modules/gallery/css/l10n_client.css
+++ b/modules/gallery/css/l10n_client.css
@@ -184,7 +184,9 @@
}
#l10n-client-string-editor .translation {
- overflow:hidden;
+ overflow-y:auto;
+ overflow-x: hidden;
+ height: 20em;
width:49%;
float: right;
}