summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/css/l10n_client.css2
-rw-r--r--modules/gallery/views/l10n_client.html.php4
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css
index 6616f511..8e668072 100644
--- a/modules/gallery/css/l10n_client.css
+++ b/modules/gallery/css/l10n_client.css
@@ -157,6 +157,8 @@ how it wants to round. */
#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;}
diff --git a/modules/gallery/views/l10n_client.html.php b/modules/gallery/views/l10n_client.html.php
index faa6e939..2e53f48f 100644
--- a/modules/gallery/views/l10n_client.html.php
+++ b/modules/gallery/views/l10n_client.html.php
@@ -16,7 +16,7 @@
[other] - <?= $string["source"]["other"] ?>
<? else: ?>
<?= $string["source"] ?>
- <? endif; ?>
+ <? endif; ?>
</li>
<? endforeach; ?>
</ul>
@@ -25,7 +25,7 @@
</div>
<div id="l10n-client-string-editor">
<div class="source">
- <pre class="source-text"></pre>
+ <p class="source-text"></p>
</div>
<div class="translation">
<form method="post" action="<?= url::site("l10n_client/save") ?>" id="gL10nClientSaveForm">