From 4acddaff97ce6afb28086f4ce93afffceebd4f53 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 15 Aug 2013 13:00:51 -0400 Subject: imachine.json --- www/css/index.css | 10 ++++++- www/index.html | 2 +- www/js/api.js | 9 ++++-- www/js/imachine.js | 80 +++++++++++++++++++++++++++++++++--------------------- 4 files changed, 66 insertions(+), 35 deletions(-) (limited to 'www') diff --git a/www/css/index.css b/www/css/index.css index 8b59a6b..775bfc6 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -159,11 +159,15 @@ html.no-js #gotit { } #centered { text-align: center; - width: 100%; + top: 0; + bottom: 0; + left: 0; + height: 0; } .centered { position: absolute; margin: auto; + width: 100%; left: 50%; top: 50%; } @@ -173,7 +177,11 @@ html.no-js #gotit { right: 10px; display: none; } +#choices { + left: 0; +} .choice { + text-align: center; background: url("../dump/ui/bg-choice.png") no-repeat top center; height: 35px; line-height: 30px; diff --git a/www/index.html b/www/index.html index 595bcbb..4c4f7fb 100644 --- a/www/index.html +++ b/www/index.html @@ -53,7 +53,7 @@
-
+