diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 14:38:58 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 14:38:58 -0800 |
commit | ff5ccf0fb34a19306e4177a9a2f2c4c6f503cb1a (patch) | |
tree | 14e6f51c970942b423f696c8690a4a688a783794 /modules/gallery | |
parent | b01fce613b8df5f23a3a257f5680433a8224247d (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.css | 4 |
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; } |