From 4f91bbb6f1caa0812be550d95e13806f060542be Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 26 Feb 2013 19:25:11 -0800 Subject: Upped page width to 960px from 900px globally. --- css/page.css | 28 ++++++++++++++++++---------- css/stats.css | 6 +++--- pages/scores.php | 2 +- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/css/page.css b/css/page.css index 2f4af87..200de4e 100644 --- a/css/page.css +++ b/css/page.css @@ -56,7 +56,7 @@ form { padding: 15px 0px; text-align: center; position: relative; - min-width: 900px; + min-width: 960px; background: #272727; background: -moz-linear-gradient(top, #272727 0%, #111111 100%); @@ -72,7 +72,7 @@ form { .copyAndButtons { margin: 0 auto; - width: 900px; + width: 960px; } .copyAndButtons #copy @@ -256,14 +256,23 @@ position:absolute;color:#333;left:25px;bottom:20px; .wrapper { - width: 900px; + width: 960px; margin: 0 auto; } .wrapper2 { - width:900px; + width:960px; min-height:20px; margin: 0 auto; } +.contentWrapper { + width: 930px; + margin: 0 auto; + border: 1px solid #333; + border-top:0px; + border-bottom:0px; + padding-left:15px; + padding-right:15px; +} .hidden-maps { display:none; @@ -280,7 +289,7 @@ position:absolute;color:#333;left:25px;bottom:20px; } .topbarSpacer { - width:900px; + width:960px; height:0px; } #topbar { @@ -289,9 +298,8 @@ position:absolute;color:#333;left:25px;bottom:20px; padding: 0px; height:50px text-align:center; - position: fixed; /* for #user */ position: relative; - min-width: 900px; + min-width: 960px; width:100%; background: -moz-linear-gradient(top, #555, #222); background: -webkit-linear-gradient(top, #555, #222); @@ -306,7 +314,7 @@ position:absolute;color:#333;left:25px;bottom:20px; margin: 0 auto; position: relative; text-align: center; - width:900px; + width:960px; height:100%; } #topbarContent a.nav { @@ -321,10 +329,10 @@ position:absolute;color:#333;left:25px;bottom:20px; } #topbarContent a.nav.selected, #topbarContent a.nav:hover { border: 1px solid #222; - background-color: #2c2c2c; + background-color: inherit; } #topbarContent #user { - position: absolute; + position: fixed; right: 10px; top: 5px; text-align: right; diff --git a/css/stats.css b/css/stats.css index 83a8341..3028d91 100644 --- a/css/stats.css +++ b/css/stats.css @@ -32,7 +32,7 @@ .mapNavCon { height:135px; - width:900px; + width:960px; margin-bottom:10px; } .mapNavLeft { @@ -72,7 +72,7 @@ .mapNavCenter { float:left; height:135px; - width:780px; + width:840px; margin-left:20px; margin-right:20px; background-color:#222223; @@ -82,7 +82,7 @@ overflow-y:hidden; } #mapNavigation { - margin-left: 45px; + margin-left: 75px; padding:1px; white-space: nowrap; overflow-x:hidden; diff --git a/pages/scores.php b/pages/scores.php index 03e049b..9443673 100644 --- a/pages/scores.php +++ b/pages/scores.php @@ -86,7 +86,7 @@ function displayMapScores(mapID) { } scoresShowPage(1, mapID); $("#mapDisplay").fadeOut('fast'); - displayMap(mapID, "mapDisplay", 622); + displayMap(mapID, "mapDisplay", 682); } -- cgit v1.2.3