diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 03:20:06 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 03:20:06 -0800 |
commit | 3cff5246a07c9fc3fcf0a3e2ab63c79349820e42 (patch) | |
tree | b3e0b734a469a3a99d78e50ccf807348d825843c /css | |
parent | f46a9fe7be0214cdf9a2b37fd1a93934d2dfac85 (diff) | |
download | pathery-3cff5246a07c9fc3fcf0a3e2ab63c79349820e42.tar.xz |
BUGFIX: I hate Javascript Time. CSS changes too.
Diffstat (limited to 'css')
-rw-r--r-- | css/stats.css | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/css/stats.css b/css/stats.css index 166573d..83a8341 100644 --- a/css/stats.css +++ b/css/stats.css @@ -48,18 +48,26 @@ border-radius: 0px 25px 6px 0px; vertical-align: middle; text-align:center; - line-height: 130px; + line-height: 126px; text-decoration: none; background-color: #262631; font-size:200%; border-radius: 5px; border: 1px solid #333; + cursor: auto; +} +.mapNavActive { + cursor: auto; } .mapNavActive:hover { background-color: #343c57; } +.mapNavActive:active { + background-color: #555588; +} .mapNavDisabled { background-color: #222223; + cursor: default; } .mapNavCenter { float:left; @@ -81,6 +89,18 @@ overflow-y:hidden; } +.scoreCol { + min-height:500px; + min-width:277px; + float:left; +} +.mapCol { + min-height:500px; + float:left; + margin-left: 7px; + max-width:500px; +} + .mapThumbnail { display:inline-block; padding: 8px; @@ -168,6 +188,9 @@ td, th { .scoreActive:hover { background-color: #343c57; } +.scoreActive:active { + background-color: #555588; +} .scoreDisabled { background-color: #222223; } |