aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/style.css')
-rw-r--r--src/main/resources/style.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/main/resources/style.css b/src/main/resources/style.css
index c8b7d92..42ec857 100644
--- a/src/main/resources/style.css
+++ b/src/main/resources/style.css
@@ -1,5 +1,4 @@
body {
- margin: 0.5em;
font-size: 15px;
}
@@ -19,14 +18,26 @@ p {
padding: 10px;
}
+#log {
+ position: absolute;
+ left: 0;
+ top: 0;
+ padding: 10px;
+ margin-top: 125px;
+ font-family: monospace;
+ color: yellow;
+ font-size: 14px;
+}
+
#output-wrapper {
position: relative;
width: 960px;
height: 720px;
+ margin-top: 0.5em;
}
.controls {
- /*max-width: 20em;*/
+ margin-top: 0.5em;
}
.slider {