diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-07 21:42:14 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-07 21:42:14 -0800 |
commit | af0ee456d75304494e3eecfb8a9bd2b232e44fe6 (patch) | |
tree | b11254a8f2c5bdd90806b7547c5bf0ed334790dc /css/stats.css | |
parent | c230abd1f7ecc1139f9bef92208eced6849b2c78 (diff) | |
download | pathery-af0ee456d75304494e3eecfb8a9bd2b232e44fe6.tar.xz |
Scoreboard bugfixes and improvments, partial implementation of onhashchange.
Diffstat (limited to 'css/stats.css')
-rw-r--r-- | css/stats.css | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/css/stats.css b/css/stats.css index e63be80..7e3fc6b 100644 --- a/css/stats.css +++ b/css/stats.css @@ -107,11 +107,25 @@ max-width:500px; } +.mapThumbnailOuter { + border:0px; + margin:2px; + float:left; + min-width:120px; + border-radius:10px; +} +.mapThumbnailOuter.selectedMap { + /* Make sure border-width + margin == .mapThumbnailOuter margin */ + margin: 0px; + border:2px; + border-color: #868AA8; + border-style: solid; +} .mapThumbnail { display:inline-block; padding: 8px; background-color:#334; - margin: 4px; + margin: 2px; border-radius:10px; cursor:pointer; padding-top: 0px; @@ -119,14 +133,6 @@ .mapThumbnail:hover { background-color:#445; } - -.mapThumbnail.selectedMap { - border-color: #CC3333; - border-style: solid; - /* Make sure border-width + margin == .mapThumbnail margin */ - border-width: 3px; - margin: 1px; -} .mapThumbnail.currentlyRunning { background-color: #373737; color: #CCCCCC; @@ -252,6 +258,9 @@ td, th { .scoreRowSelf { background-color: #343c57; } +.solutionSelected { + background-color: #646470; +} .scoreRowSolutionAvailable { /* Temporary adjust for font changes */ |