summaryrefslogtreecommitdiffstats
path: root/css/stats.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/stats.css')
-rw-r--r--css/stats.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/css/stats.css b/css/stats.css
index 18f3708..f2d5d8e 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -34,37 +34,37 @@
background-color:#57a;
}
.mapNavCon {
- height:150px;
+ height:135px;
width:900px;
margin-bottom:10px;
}
.mapNavLeft {
float:left;
width:40px;
- height:150px;
+ height:135px;
background-color:#358;
border-radius:5px;
}
.mapNavRight {
float:right;
width:40px;
- height:150px;
+ height:135px;
background-color:#358;
border-radius:5px;
}
.mapNavCenter {
float:left;
- height:150px;
+ height:135px;
width:820px;
background-color:#888;
+ white-space: nowrap;
+ overflow-x:hidden;
+ overflow-y:hidden;
}
#mapNavigation {
- padding:15px;
+ padding:1px;
background-color:#888;
border-radius:10px;
- height:120px;
- width:790px;
- text-align:left;
white-space: nowrap;
overflow-x:hidden;
overflow-y:hidden;
@@ -73,12 +73,12 @@
.mapThumbnail {
display:inline-block;
- padding: 10px;
+ padding: 8px;
background-color:#334;
- margin: 7px;
+ margin: 3px;
border-radius:10px;
cursor:pointer;
- padding-top: 4px;
+ padding-top: 0px;
}
.mapThumbnail:hover {
background-color:#445;