summaryrefslogtreecommitdiff
path: root/lib/VNDB/Plugin
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-11-15 11:23:45 +0100
committerYorhel <git@yorhel.nl>2009-11-15 11:23:45 +0100
commit2879734d7f5dd805181319dc191a9ee8013497ae (patch)
tree2128c98dc538ff799472e5d232e1ef1cb7904bcf /lib/VNDB/Plugin
parent06832f907632574ae41bf96e27e028b224078d39 (diff)
TransAdmin: CSS fix for doc page editor
Diffstat (limited to 'lib/VNDB/Plugin')
-rw-r--r--lib/VNDB/Plugin/TransAdmin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Plugin/TransAdmin.pm b/lib/VNDB/Plugin/TransAdmin.pm
index f9cf8aed..0d510aa9 100644
--- a/lib/VNDB/Plugin/TransAdmin.pm
+++ b/lib/VNDB/Plugin/TransAdmin.pm
@@ -327,7 +327,7 @@ sub _doc {
}
div style => 'width: 48%; margin-right: 10px; overflow-y: auto; float: left';
- pre style => 'font: 12px Tahoma', $en;
+ pre style => 'font: 12px Tahoma; border: none; background: none; margin: 0', $en;
end;
textarea name => 'tl', id => 'tl', rows => ($en =~ y/\n//),
style => 'border: none; float: left; width: 49%; white-space: nowrap', wrap => 'off';