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 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/css') 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; -- cgit v1.2.3-54-g00ecf