summaryrefslogtreecommitdiff
path: root/htdocs/css/mathy.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/css/mathy.css')
-rw-r--r--htdocs/css/mathy.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/htdocs/css/mathy.css b/htdocs/css/mathy.css
new file mode 100644
index 0000000..172c9da
--- /dev/null
+++ b/htdocs/css/mathy.css
@@ -0,0 +1,24 @@
+#editor {
+ position: absolute;
+ top: 0;
+ right: 50%;
+ bottom: 0;
+ left: 0;
+}
+
+#math-wrap {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 50%;
+
+ margin: 10px;
+}
+
+#buttons {
+ position: absolute;
+ bottom: 10px;
+ right: 10px;
+ left: calc(50% + 10px);
+}