From 1177e84b179b79ebc86a08e1fde49ed6cbd1327d Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 2 Jul 2013 10:46:36 -0400 Subject: working --- www/css/index.css | 9 ++++++- www/index.html | 1 + www/js/api.js | 69 +++++++++++++++++++++++++++++++++++------------------- www/js/html5ks.js | 14 +++++++---- www/js/imachine.js | 13 +++++++--- 5 files changed, 74 insertions(+), 32 deletions(-) (limited to 'www') diff --git a/www/css/index.css b/www/css/index.css index 85125be..19651da 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -151,6 +151,9 @@ input[type="checkbox"]:checked + span:before { -moz-animation: blink 2s infinite; animation: blink 2s infinite; } +#nvlctc { + bottom: 25px; +} #nvl { position: absolute; top: 0; @@ -160,6 +163,10 @@ input[type="checkbox"]:checked + span:before { background: url("../dump/ui/bg-nvl.png") no-repeat top left; } #nvlsay { - padding: 25px 35px; + padding: 15px 35px; color: white; } +.nvl-block { + display: block; + margin: 10px 8px; +} diff --git a/www/index.html b/www/index.html index ff38ee2..729d26a 100644 --- a/www/index.html +++ b/www/index.html @@ -55,6 +55,7 @@
+