diff mcserver/static/index.html~ @ 6:9d2f4e6a3f36

color coding in client ui
author mgeorgi
date Fri, 22 Jun 2012 10:14:12 +0100
parents 89a05584e39e
children 2c3fe4b24640
line wrap: on
line diff
--- a/mcserver/static/index.html~	Sun Jun 17 00:00:01 2012 +0100
+++ b/mcserver/static/index.html~	Fri Jun 22 10:14:12 2012 +0100
@@ -6,9 +6,8 @@
     <script src="app.js"></script>
   </head>
   <body onload="Application.init()" style="margin:0px;padding:0px">
-    <div id="label">mood</div>
-    <div style="position:absolute; width: 640px; height: 960px" id="canvas">
-      <div id="marker" style="position:relative; background:#ccc;width:10px;height:10px"></div>
+    <div style="background:#eee; position:absolute; width: 320px; height: 320px" id="canvas">
+      <span id="marker" style="position:relative; background:#ccc;"></span>
     </div>
   </body>
 </html>