aboutsummaryrefslogtreecommitdiff
path: root/editor/links/main.css
diff options
context:
space:
mode:
authorneauoire <aliceffekt@gmail.com>2019-11-09 14:16:41 -0500
committerneauoire <aliceffekt@gmail.com>2019-11-09 14:16:41 -0500
commit2c7becbe4b0defa6a6e80d46ca312fd028f1075d (patch)
treee559cb3dc9067d8b79af9f0f26968cce80ee2a5e /editor/links/main.css
parent7c03ef84374e11abe34c0770dd277e8348aefd72 (diff)
Improved the benchmark
Diffstat (limited to 'editor/links/main.css')
-rw-r--r--editor/links/main.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/editor/links/main.css b/editor/links/main.css
index bca287a..efa812a 100644
--- a/editor/links/main.css
+++ b/editor/links/main.css
@@ -10,11 +10,16 @@
body { font-size:14px; font-family: 'input_mono_medium'; font-weight:normal; padding:30px; transition: background-color 500ms; overflow: hidden;}
body svg { margin:0px auto 30px; display: block; }
-table { margin:0px auto 30px; }
-table tr td { padding:5px 10px; transition: background-color 250ms, color 250ms; font-size:11px; line-height: 20px; position: relative; padding-left:32px;}
+table { margin:0px auto 30px; width:100%; }
+table tr td { padding:5px 10px; transition: background-color 250ms, color 250ms; font-size:11px; line-height: 20px; position: relative; padding-left:32px; }
+table tr th { padding:5px 10px;font-size:11px; line-height: 20px; position: relative; text-align: left}
table tr td svg { stroke:none; display: inline-block; margin:0px 15px 0px 0px; position: absolute; left:8px; top:6px;}
table tr td span { display: inline-block; }
#debug { font-size: 11px }
#score { text-align: center; margin-bottom: 30px; font-size:11px; }
-#benchmark { height:300px; margin:calc(50vh - 200px);} \ No newline at end of file
+#benchmark { height:300px; margin:calc(50vh - 200px) auto; max-width: 400px}
+
+#distribution { margin-bottom:30px; }
+#distribution > div { clear:both; height:2px; overflow-y: hidden; margin-bottom:2px;}
+#distribution > div > * { display: block; width:30px; height:20px; float:left; transition: background-color 250ms, color 250ms, width 250ms; } \ No newline at end of file