From 1f1c60fc12c04a4a086df356650fdec4de051fc2 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 2 Aug 2013 21:59:14 -0400 Subject: add skip/auto indicators, fix auto mode --- www/css/index.css | 6 ++++++ www/index.html | 2 ++ www/js/api.js | 7 ++++++- www/js/menu.js | 8 ++++---- 4 files changed, 18 insertions(+), 5 deletions(-) (limited to 'www') diff --git a/www/css/index.css b/www/css/index.css index 3f6e64c..8b59a6b 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -167,6 +167,12 @@ html.no-js #gotit { left: 50%; top: 50%; } +.status { + position: absolute; + top: 10px; + right: 10px; + display: none; +} .choice { background: url("../dump/ui/bg-choice.png") no-repeat top center; height: 35px; diff --git a/www/index.html b/www/index.html index 92a2611..595bcbb 100644 --- a/www/index.html +++ b/www/index.html @@ -54,6 +54,8 @@
+ +