summaryrefslogtreecommitdiffstats
path: root/tablet.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-01-03 18:34:19 -0500
committerBrian Cully <bjc@kublai.com>2021-02-06 10:39:32 -0500
commite92ad9f4b19a0670a80cdd293970c3a08c27a8b4 (patch)
treee8659dcdbf5f7ba3c55a118909d82dd8f0d0bcbd /tablet.css
downloadmolsim-e92ad9f4b19a0670a80cdd293970c3a08c27a8b4.tar.gz
molsim-e92ad9f4b19a0670a80cdd293970c3a08c27a8b4.zip
Initial commit.
Diffstat (limited to 'tablet.css')
-rw-r--r--tablet.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/tablet.css b/tablet.css
new file mode 100644
index 0000000..3774e6c
--- /dev/null
+++ b/tablet.css
@@ -0,0 +1,23 @@
+body {
+ flex-direction: row-reverse;
+}
+
+#instructions {
+ border-top-width: 0;
+ border-bottom-width: 0;
+ border-left-width: 0;
+ border-right-width: 1px;
+ flex-basis: 40%
+}
+
+#instructions .step {
+ display: list-item;
+}
+
+#print-results.step {
+ display: block;
+}
+
+#genome-history {
+ flex-grow: 4;
+}