mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 21:12:50 -06:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user