X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstexaminer.css;h=2c873e74b660e65f398b0c99a347d69d27553851;hb=9e967b6dfd7f4c86d7ba2ea32dc952eece376b44;hp=68a5cc1af34a6bf06a0b4dae1f923fd345b307de;hpb=d35db27a247ec5886061f1c94e3518fdf888d833;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/stexaminer.css b/root/css/stexaminer.css index 68a5cc1..2c873e7 100644 --- a/root/css/stexaminer.css +++ b/root/css/stexaminer.css @@ -1,14 +1,13 @@ -#topbanner { - width: 100%; - height: 100px; - margin-top: 20px; +#main_page { + padding-left: 20px; + padding-right: 20px; } -#bannerinfo { - float: right; - margin-right: 12%; - margin-top: 15px; +#topbanner { + padding: 0px; } + #variants_table { + background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75); clear: both; width: 90%; height: 190px; @@ -17,16 +16,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; @@ -101,24 +102,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