diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 19:25:11 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 19:25:11 -0800 |
commit | 4f91bbb6f1caa0812be550d95e13806f060542be (patch) | |
tree | b57980233cf033a178ab09068fb6197ac384ac02 /css | |
parent | 3cff5246a07c9fc3fcf0a3e2ab63c79349820e42 (diff) | |
download | pathery-4f91bbb6f1caa0812be550d95e13806f060542be.tar.xz |
Upped page width to 960px from 900px globally.
Diffstat (limited to 'css')
-rw-r--r-- | css/page.css | 28 | ||||
-rw-r--r-- | css/stats.css | 6 |
2 files changed, 21 insertions, 13 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; |