X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstexaminer.css;h=82114836883d5fb7079d79c4991217bb1a567db8;hb=325d9f4176bba1c6811c031a75be3ef5eced7c94;hp=1348dfa8bad4ea1c14720ac36644b76bbd6888c9;hpb=e816672a0f95b5c53eeab884a870d0005f9c6531;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/stexaminer.css b/root/css/stexaminer.css index 1348dfa..8211483 100644 --- a/root/css/stexaminer.css +++ b/root/css/stexaminer.css @@ -1,31 +1,12 @@ -#topbanner { - width: 100%; - height: 100px; - margin-top: 20px; -} -#bannerinfo { - float: right; - margin-right: 12%; - margin-top: 15px; -} -#options { - position: relative; - border: 1px #c6dcf1 solid; - margin-left: 20px; - margin-bottom: 20px; - padding: 10px; - width: 500px; -} -.optionformelement { - float: left; - padding-left: 15px; +#main_page { + padding: 30px; } -#options_button { - position: absolute; - bottom: 20px; - right: 20px; +#topbanner { + padding: 0px; } + #variants_table { + background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75); clear: both; width: 90%; height: 190px; @@ -34,16 +15,18 @@ overflow: auto; } #stemma_graph { + background: none repeat scroll 0 0 rgba(255, 255, 255, 1); 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; @@ -58,7 +41,7 @@ .readinglabel { font-weight: bold; } -.readingroots { +.readingroots .reversionroots { font-weight: bold; color: #488dd2; } @@ -77,9 +60,15 @@ .coincidental { background: #fff; } +.unsolved { + background: lightgrey; +} .conflict { background: #ff6666; } +.reversion { + background: #ffd700; +} .active_variant_row { background: #c6dcf1; font-style: italic; @@ -112,24 +101,12 @@ 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