summaryrefslogtreecommitdiffstats
path: root/css/stats.css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-27 03:24:08 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-27 03:24:08 -0800
commitfefa99bd448312e13e840f47ef8ce4dfd1645211 (patch)
tree467686e0efef08eb14b3887737ab4ab540f74711 /css/stats.css
parentea802fc11d95370fdb029b426b84aa32ac5da20e (diff)
downloadpathery-fefa99bd448312e13e840f47ef8ce4dfd1645211.tar.xz
The start of a new scoreboard or "Scores" page.
- I have the feeling some adjustments made here might propigate to the Home page eventually.
Diffstat (limited to 'css/stats.css')
-rw-r--r--css/stats.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/css/stats.css b/css/stats.css
index 8ea79da..6ddc38f 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -30,6 +30,30 @@
height: 0;
}
+#mapNavigation {
+ padding:15px;
+ background-color:#888;
+ border-radius:10px;
+ min-height:130px;
+ text-align:left;
+ overflow-x:hidden;
+ overflow-y:hidden;
+ width:1100px;
+}
+.mapThumbnail {
+ float:left;
+ padding: 10px;
+ background-color:#334;
+ margin: 7px;
+ border-radius:10px;
+ cursor:pointer;
+ padding-top: 4px;
+}
+.mapThumbnail:hover {
+ background-color:#445;
+}
+
+
table {
border-collapse: collapse;