translator: adding "Parallel texts" view

This is in addition to the existing "Segment by Segment" view.
Also some minor documentation updates.
This commit is contained in:
hallgren
2012-05-27 19:19:54 +00:00
parent 9bae66073a
commit 3eeb3d2377
6 changed files with 75 additions and 25 deletions

View File

@@ -31,7 +31,7 @@ div.document {
div.document h2, div.document h3 { color: #009; }
table.segments { margin-left: auto; margin-right: auto; }
tr.segment:hover { background: #ffc; }
.current_segment, .segment:hover { background: #ff9; }
td.source, td.options, td.target {
padding: 1ex;
@@ -52,6 +52,11 @@ td.source input[name=it], td.target input[name=it], textarea {
width: 100%; font-family: inherit; font-size: inherit;
}
table.paralleltexts td {
vertical-align: baseline;
line-height: 130%;
}
div.document form { width: 100%; }
span.arrow { color: blue; }