summaryrefslogtreecommitdiffstats
path: root/tablet.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-17 21:40:03 -0500
committerBrian Cully <bjc@kublai.com>2021-02-17 21:40:28 -0500
commit4bb133a3515fa54be34b8ec50b80d6dcbe3a0b3d (patch)
tree35c929036f31e9e1c641ea1b007432aedf373166 /tablet.css
downloadmolsim2-4bb133a3515fa54be34b8ec50b80d6dcbe3a0b3d.tar.gz
molsim2-4bb133a3515fa54be34b8ec50b80d6dcbe3a0b3d.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;
+}