From: Tara L Andrews Date: Mon, 12 Mar 2012 15:45:06 +0000 (+0100) Subject: reconfigure stexaminer layout X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=commitdiff_plain;h=deeeeaad1da7fbeeb80889e5723bf43f0b0e7ebb reconfigure stexaminer layout --- diff --git a/stemmaweb/root/css/stexaminer.css b/stemmaweb/root/css/stexaminer.css index 9c5ec84..9efbc54 100644 --- a/stemmaweb/root/css/stexaminer.css +++ b/stemmaweb/root/css/stexaminer.css @@ -1,15 +1,15 @@ #variants_table { float: left; - width: 450px; - height: 550px; - border-right: 1px #c6dcf1 solid; - margin-left: 20px; + width: 90%; + height: 90px; + border: 1px #c6dcf1 solid; + margin-bottom: 20px; overflow: auto; } #stemma_graph { height: 450px; float: left; - width: 500px; + width: 700px; text-align: center; border: 1px #c6dcf1 solid; } diff --git a/stemmaweb/root/src/stexaminer.tt b/stemmaweb/root/src/stexaminer.tt index 4298e0b..9a30643 100644 --- a/stemmaweb/root/src/stexaminer.tt +++ b/stemmaweb/root/src/stexaminer.tt @@ -8,9 +8,6 @@

Analyzed [% total %] variant locations, of which [% genealogical %] entirely followed the stemma. [% conflict %] readings conflicted with the stemma.

-
- [% svg %] -
[% FOREACH row IN variants -%] @@ -18,6 +15,9 @@ [% END -%]
+
+ [% svg %] +
[% PROCESS footer.tt %]