X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Froot%2Fcss%2Fstexaminer.css;h=760fbb25dba87494b94523c875e967545d3bad8b;hb=f8d13166a3dca3726a5ccf07ed7d701ff93d28c3;hp=92c80371796fa4ec8e937a15f31cc21c771af8eb;hpb=638e2a95fd818035ec4bd92adc60d61a21ddee0e;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/root/css/stexaminer.css b/stemmaweb/root/css/stexaminer.css index 92c8037..760fbb2 100644 --- a/stemmaweb/root/css/stexaminer.css +++ b/stemmaweb/root/css/stexaminer.css @@ -1,16 +1,16 @@ #variants_table { float: left; width: 90%; - height: 90px; + height: 190px; border: 1px #c6dcf1 solid; margin-bottom: 20px; overflow: auto; } #stemma_graph { - height: 450px; + height: 350px; clear: both; float: left; - width: 700px; + width: 600px; text-align: center; border: 1px #c6dcf1 solid; } @@ -24,6 +24,23 @@ position: relative; top: -15px; } +.reading_statistics { + margin: 7pt; + border-bottom: 1px solid #488dd2; +} +.readinglabel { + font-weight: bold; +} +.readingroots { + font-weight: bold; + color: #488dd2; +} +.reading_copied { + color: #33dd33; +} +.reading_changed { + color: #dd3333; +} .template { display: none; }