diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-02 21:59:14 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-02 21:59:14 -0400 |
commit | 1f1c60fc12c04a4a086df356650fdec4de051fc2 (patch) | |
tree | 7e1725495ffdd28f83c7b9786963b6e06ab03961 /www/css | |
parent | 5407f77a593360aa1d48ad5935c393a8f137efaf (diff) | |
download | html5ks-1f1c60fc12c04a4a086df356650fdec4de051fc2.tar.xz html5ks-1f1c60fc12c04a4a086df356650fdec4de051fc2.zip |
add skip/auto indicators, fix auto mode
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |