From 592e94cff00fbd6cd6081871635009dc662c7fa6 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Tue, 20 Apr 2010 17:08:00 +0200 Subject: [PATCH] make the demo nicer --- css/editor.css | 1 + demo/editor.html | 21 ++++++++++++++------- demo/logo.png | Bin 0 -> 16113 bytes 3 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 demo/logo.png diff --git a/css/editor.css b/css/editor.css index f38c7316..43746d93 100644 --- a/css/editor.css +++ b/css/editor.css @@ -38,6 +38,7 @@ z-index: 2; font-family: Monaco, "Courier New", monospace; cursor: text; + color: black; } .cursor-layer { diff --git a/demo/editor.html b/demo/editor.html index 5a63f936..1dc1bc8b 100644 --- a/demo/editor.html +++ b/demo/editor.html @@ -19,17 +19,21 @@ font: sans-serif; height: 100%; width: 100%; + font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana; + font-size: 12px; + background: rgb(14, 98, 165); + color: white; } - #container { - top: 30px; + #editor { + top: 55px; left: 0px; + background: white; } #controls { width: 100%; - height: 30px; - border: 1px solid black; + height: 55px; margin: 0; } @@ -92,10 +96,13 @@ + + + -
+