X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstexaminer.css;h=f6a9603dc14d63b9518487e9f05babe4b4155221;hb=3b1bc82ce632fb0e5901b1655ddbd92f20506fd5;hp=9c5ec8408317649b375ce2c1669b773e4a86aa42;hpb=f007ac1ef36dd878cce5237589666755f4f941e8;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/stexaminer.css b/root/css/stexaminer.css index 9c5ec84..f6a9603 100644 --- a/root/css/stexaminer.css +++ b/root/css/stexaminer.css @@ -1,33 +1,65 @@ #variants_table { - float: left; - width: 450px; - height: 550px; - border-right: 1px #c6dcf1 solid; - margin-left: 20px; + clear: both; + width: 90%; + height: 190px; + border: 1px #c6dcf1 solid; + margin-bottom: 20px; overflow: auto; } #stemma_graph { - height: 450px; + height: 350px; + clear: both; float: left; - width: 500px; + width: 50%; text-align: center; border: 1px #c6dcf1 solid; } +#row_statistics { + float: left; + padding-left: 30px; + width: 40%; +} #statistics { font-style: italic; margin-bottom: 25px; position: relative; top: -15px; } +.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 { background: #88ffaa; } .coincidental { background: #fff; } +.unsolved { + background: lightgrey; +} .conflict { background: #ff6666; } +.reversion { + background: #ffd700; +} .active_variant_row { background: #c6dcf1; font-style: italic; @@ -59,3 +91,35 @@ .cellb7 { border-right: 20px solid #ffd5e5; } + +/* Clearfix hack to make div container height work */ +.clearfix:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; +} + +.clearfix { + display: inline-block; +} + +html[xmlns] .clearfix { + display: block; +} + +* html .clearfix { + height: 1%; +} + +#options_button_container { + height: 24px; +} +#options_button { + float: left; +} +#aggregates { + clear: left; +} \ No newline at end of file