From 05b682c22f2dadf483b8a2842b4065acc34872af Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 18 Feb 2013 00:01:58 -0800 Subject: Active/Inactive maps shown in scoreboard. --- css/stats.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'css/stats.css') 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; -- cgit v1.2.3