@@ -37,8 +37,10 @@
</thead>
<tbody></tbody>
</table>
- <textarea id="xit-act" readonly></textarea>
- <input type="button" value="copy" id="copy-xit-act">
+ <section class="xit-act">
+ <textarea id="xit-act" readonly></textarea>
+ <input type="button" value="copy" id="copy-xit-act">
+ </section>
</main>
<div id="popover" popover="hint"></div>
<script src="buy.js"></script>
@@ -43,9 +43,6 @@ input, select, textarea {
input[type="checkbox"] {
accent-color: #f70;
}
-main.buy textarea {
- margin-top: 2em;
-}
main, footer {
width: 900px;
@@ -91,6 +88,17 @@ main.roi table {
+main.buy section.xit-act {
+ margin-top: 2em;
+
+ textarea {
+ height: 26px;
+ }
+ textarea, input {
+ vertical-align: middle;
+}
*[data-tooltip] {
text-decoration: underline dashed;
cursor: help;