X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=blobdiff_plain;f=stemmaweb%2Froot%2Fcss%2Fstexaminer.css;fp=stemmaweb%2Froot%2Fcss%2Fstexaminer.css;h=5bf640151b1632ad5374c8966277fc61486729d1;hp=760fbb25dba87494b94523c875e967545d3bad8b;hb=9a7df25a0901fa0a67fed374e6051f0f85fed3a2;hpb=fc5c4949b38572067ab389afa8c1cafec2b5dbd0 diff --git a/stemmaweb/root/css/stexaminer.css b/stemmaweb/root/css/stexaminer.css index 760fbb2..5bf6401 100644 --- a/stemmaweb/root/css/stexaminer.css +++ b/stemmaweb/root/css/stexaminer.css @@ -1,5 +1,22 @@ +#options { + position: relative; + border: 1px #c6dcf1 solid; + margin-left: 20px; + margin-bottom: 20px; + padding: 10px; + width: 500px; +} +.optionformelement { + float: left; + padding-left: 15px; +} +#options_button { + position: absolute; + bottom: 20px; + right: 20px; +} #variants_table { - float: left; + clear: both; width: 90%; height: 190px; border: 1px #c6dcf1 solid; @@ -84,3 +101,25 @@ .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%; +} \ No newline at end of file