X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstexaminer.css;h=2c873e74b660e65f398b0c99a347d69d27553851;hb=9e967b6dfd7f4c86d7ba2ea32dc952eece376b44;hp=59c523dd251917a8d879cb9ab2404b6e043c8386;hpb=d5514865fe499b7520fb0f000cca2237d6d263d8;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/stexaminer.css b/root/css/stexaminer.css index 59c523d..2c873e7 100644 --- a/root/css/stexaminer.css +++ b/root/css/stexaminer.css @@ -1,22 +1,33 @@ +#main_page { + padding-left: 20px; + padding-right: 20px; +} +#topbanner { + padding: 0px; +} + #variants_table { - float: left; + background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75); + clear: both; width: 90%; - height: 90px; + height: 190px; border: 1px #c6dcf1 solid; margin-bottom: 20px; overflow: auto; } #stemma_graph { - height: 450px; + background: none repeat scroll 0 0 rgba(255, 255, 255, 1); + height: 350px; clear: both; float: left; - width: 700px; + width: 50%; text-align: center; border: 1px #c6dcf1 solid; } #row_statistics { float: left; - padding: 30px; + padding-left: 30px; + width: 40%; } #statistics { font-style: italic; @@ -24,7 +35,24 @@ position: relative; top: -15px; } -#stats_template { +.reading_statistics { + margin: 7pt; + border-bottom: 1px solid #488dd2; +} +.readinglabel { + font-weight: bold; +} +.readingroots .reversionroots { + font-weight: bold; + color: #488dd2; +} +.reading_copied { + color: #33dd33; +} +.reading_changed { + color: #dd3333; +} +.template { display: none; } .genealogical { @@ -33,9 +61,15 @@ .coincidental { background: #fff; } +.unsolved { + background: lightgrey; +} .conflict { background: #ff6666; } +.reversion { + background: #ffd700; +} .active_variant_row { background: #c6dcf1; font-style: italic; @@ -67,3 +101,13 @@ .cellb7 { border-right: 20px solid #ffd5e5; } + +#options_button_container { + height: 24px; +} +#options_button { + float: left; +} +#aggregates { + clear: left; +} \ No newline at end of file