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 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'css/page.css') 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; -- cgit v1.2.3