diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-02 21:46:32 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-02 21:46:32 -0400 |
commit | 5407f77a593360aa1d48ad5935c393a8f137efaf (patch) | |
tree | 5582b01d7a01900de70715f2a49a5d37a4c489ee /www/css | |
parent | da7e9cb61779882ad7033ed3f502bce3c676f00d (diff) | |
download | html5ks-5407f77a593360aa1d48ad5935c393a8f137efaf.tar.xz html5ks-5407f77a593360aa1d48ad5935c393a8f137efaf.zip |
add context menu binding code, fix misc. bugs
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www/css/index.css b/www/css/index.css index c1ae018..3f6e64c 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -53,7 +53,7 @@ html.no-js #warn-container { position: absolute; top: 10%; width: 600px; - z-index: 10; + z-index: 100; } html.no-js #warn li { display: none; } html.js #warn noscript { display: none; } @@ -95,7 +95,10 @@ html.no-js #gotit { height: 100%; background-color: rgb(0, 0, 0); opacity: 0.5; - z-index: 9; + z-index: 10; +} +#dialogs { + z-index: 50; } #show { height: 100%; @@ -154,6 +157,10 @@ html.no-js #gotit { #nvlctc { bottom: 25px; } +#centered { + text-align: center; + width: 100%; +} .centered { position: absolute; margin: auto; |