Skip to content

Commit

Permalink
made sidebar bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis Barber committed Sep 9, 2011
1 parent 9045ab6 commit 8e85da3
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions src/public/stylesheets/screen.css
Expand Up @@ -109,10 +109,11 @@ html, body {
margin-top:0px; margin-top:0px;
margin-right:0px; margin-right:0px;
margin-left:10px; margin-left:10px;
width: 500px;
} }


#content #map_canvas { #content #map_canvas {
width:828px; width:778px;
height:625px; height:625px;
float:left; float:left;
margin-left: 10px; margin-left: 10px;
Expand All @@ -122,7 +123,7 @@ html, body {
* SIDEBAR * SIDEBAR
*/ */
#content #sidebar { #content #sidebar {
width:325px; width:375px;
height:625px; height:625px;
float:right; float:right;
margin-right:20px; margin-right:20px;
Expand Down Expand Up @@ -158,26 +159,26 @@ html, body {
margin:0px; margin:0px;
padding:0px; padding:0px;
overflow:auto; overflow:auto;
width:325px; width:375px;
} }


#content #sidebar #resources .resource { #content #sidebar #resources .resource {
background-color:#77797E; background-color:#77797E;
height:100px; height:140px;
margin-bottom:10px; margin-bottom:10px;
} }


#content #sidebar #resources .resource .car_icon_wrapper { #content #sidebar #resources .resource .car_icon_wrapper {
background-image:url("../images/icon-car-list-inactive.png"); background-image:url("../images/icon-car-list-inactive.png");
background-repeat:no-repeat; background-repeat:no-repeat;
width:50px; width:50px;
height:35px; height:45px;
float:left; float:left;
margin:0px; margin:0px;
padding:0px; padding:0px;
margin-right:10px; margin-right:10px;
margin-left:5px; margin-left:5px;
margin-top:15px; margin-top:25px;
} }


#content #sidebar #resources .resource.alive .car_icon_wrapper { #content #sidebar #resources .resource.alive .car_icon_wrapper {
Expand All @@ -191,16 +192,16 @@ html, body {


#content #sidebar #resources .resource .car_name { #content #sidebar #resources .resource .car_name {
font-family:Cabin; font-family:Cabin;
font-size:18px; font-size:23px;
color:#FFFFFF; color:#FFFFFF;
width:100px; width:100px;
height:35px; height:45px;
float:left; float:left;
margin-top:15px; margin-top:20px;
} }


#content #sidebar #resources .resource .feeds { #content #sidebar #resources .resource .feeds {
height:50px; height:75px;
margin:0px; margin:0px;
padding:0px; padding:0px;
background-color:#707277; background-color:#707277;
Expand All @@ -212,16 +213,17 @@ html, body {
width:35%; width:35%;
float:left; float:left;
font-family:Arial; font-family:Arial;
font-size:15px; font-size:20px;
color:#D7D7D7; color:#D7D7D7;
margin-top:5px; margin-top:5px;
margin-bottom:8px;
} }


#content #sidebar #resources .resource .feeds .feed .icon_wrapper { #content #sidebar #resources .resource .feeds .feed .icon_wrapper {
margin:0px; margin:0px;
padding:0px; padding:0px;
font-family:Arial; font-family:Arial;
font-size:15px; font-size:20px;
color:#D7D7D7; color:#D7D7D7;
float:left; float:left;
margin-left:8px; margin-left:8px;
Expand All @@ -246,7 +248,7 @@ html, body {


#content #sidebar #resources .resource .feeds .feed .data { #content #sidebar #resources .resource .feeds .feed .data {
font-family:Arial; font-family:Arial;
font-size:15px; font-size:20px;
color:#FFFFFF; color:#FFFFFF;
margin-left:2px; margin-left:2px;
margin-top:2px; margin-top:2px;
Expand Down

0 comments on commit 8e85da3

Please sign in to comment.