summaryrefslogtreecommitdiff
path: root/src/www/wc.html
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2016-05-16 14:43:51 +0000
committerhallgren <hallgren@chalmers.se>2016-05-16 14:43:51 +0000
commit5497f88b1535d41344f270a1741a333c60134af4 (patch)
tree7db3abb513fb7f55ce9d54e961dcbe1a90cbd4f0 /src/www/wc.html
parent64058500575039a62316c26c51a28ecd939fb748 (diff)
Wide Coverage Translation Demo: a couple of small fixes
Add missing initalization after a new application grammar has been selected. Add an "X" close button in the upper left corner of the grammar selection popup.
Diffstat (limited to 'src/www/wc.html')
-rw-r--r--src/www/wc.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/www/wc.html b/src/www/wc.html
index 6d9b32b92..8cd31824c 100644
--- a/src/www/wc.html
+++ b/src/www/wc.html
@@ -28,6 +28,7 @@ small { color: #666; }
div.e2 table { background: white; }
span.inflect { color: blue; }
.grammar_pick { margin: 5px; }
+h2 > input { float: right; }
.node { cursor: pointer; }
/*.overlay { background-color: #eed; }*/
@@ -114,7 +115,7 @@ span.inflect { color: blue; }
</div>
<hr>
<div class=modtime><small>
-<!-- hhmts start -->Last modified: Mon May 16 16:04:21 CEST 2016 <!-- hhmts end -->
+<!-- hhmts start -->Last modified: Mon May 16 16:39:48 CEST 2016 <!-- hhmts end -->
</small></div>
<a href="http://www.grammaticalframework.org/demos/translation.html">About</a>
<script src="js/support.js"></script>