Commit 495814c7 by Piotr Mitros Committed by Александр

Hacked better alignment for VSEPR for demo

parent bf4d5bf7
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
<section id="textinput_${id}" class="textinput ${doinline}" > <section id="textinput_${id}" class="textinput ${doinline}" >
<table><tr><td height='600'> <table><tr><td height='600'>
<div id="vsepr_div"> <div id="vsepr_div" style="position:relative;">
<canvas id="vsepr" width="${width}" height="${height}"> <canvas id="vsepr" width="${width}" height="${height}">
</canvas> </canvas>
</div> </div>
</td><td valign ='top'> </td><td valign ='top'>
<select id="molecule_select" size="18"> <select id="molecule_select" size="18">
</select> </select>
<input id="submit_button" type="button" value="Submit"/> <!--input id="submit_button" type="button" value="Submit"/-->
</td></tr></table> </td></tr></table>
<div class="script_placeholder" data-src="/static/js/vsepr/vsepr.js"></div> <div class="script_placeholder" data-src="/static/js/vsepr/vsepr.js"></div>
...@@ -57,4 +57,4 @@ ...@@ -57,4 +57,4 @@
% if state in ['unsubmitted', 'correct', 'incorrect', 'incomplete'] or hidden: % if state in ['unsubmitted', 'correct', 'incorrect', 'incomplete'] or hidden:
</div> </div>
% endif % endif
</section> </section>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment