From: Joris van Zundert Date: Wed, 19 Sep 2012 14:30:57 +0000 (+0200) Subject: Made stexaminer layout fluid, small fixes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b4231b3ce59dc8e1974dc63d7e85a32d340a08d;p=scpubgit%2Fstemmaweb.git Made stexaminer layout fluid, small fixes. --- diff --git a/root/css/stexaminer.css b/root/css/stexaminer.css index 68a5cc1..877d47a 100644 --- a/root/css/stexaminer.css +++ b/root/css/stexaminer.css @@ -1,13 +1,3 @@ -#topbanner { - width: 100%; - height: 100px; - margin-top: 20px; -} -#bannerinfo { - float: right; - margin-right: 12%; - margin-top: 15px; -} #variants_table { clear: both; width: 90%; @@ -20,13 +10,14 @@ height: 350px; clear: both; float: left; - width: 600px; + width: 50%; text-align: center; border: 1px #c6dcf1 solid; } #row_statistics { float: left; - padding: 30px; + padding-left: 30px; + width: 40%; } #statistics { font-style: italic; diff --git a/root/css/style.css b/root/css/style.css index ef7034b..2296022 100644 --- a/root/css/style.css +++ b/root/css/style.css @@ -176,7 +176,7 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { top: 15px; } #run_stexaminer, #run_relater, #open_stemma_add, #open_stemma_edit { - height: 18px; + height: 32px; } #stemma_pager { height: 38px; diff --git a/root/src/stexaminer.tt b/root/src/stexaminer.tt index ce7d92b..6b85243 100644 --- a/root/src/stexaminer.tt +++ b/root/src/stexaminer.tt @@ -16,7 +16,7 @@ var graphdot = '[% graphdot %]'; [% END -%]
-

Stexaminer