Ver Fonte

buy: style XIT ACT

raylu há 2 semanas atrás
pai
commit
07bc6a9285
2 ficheiros alterados com 15 adições e 5 exclusões
  1. 4 2
      www/buy.html
  2. 11 3
      www/style.css

+ 4 - 2
www/buy.html

@@ -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>

+ 11 - 3
www/style.css

@@ -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;