Skip to content

Commit

Permalink
Gave channel list more breathing room, channels are scrollable, chann…
Browse files Browse the repository at this point in the history
…el names will not wrap.
  • Loading branch information
ericbarch committed Jul 2, 2012
1 parent 1aa2dfe commit eec9320
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions assets/css/subway.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ html { overflow: hidden; }
} }


#user-box { #user-box {
margin-top: 35px; margin-top: 10px;
background: #434950; background: #434950;
} }


Expand Down Expand Up @@ -138,6 +138,14 @@ html { overflow: hidden; }
margin-right: 5px; margin-right: 5px;
} }


#channels {
position: absolute;
top: 255px;
bottom: 0;
overflow: auto;
width: 100%;
}

#channels > .channel { #channels > .channel {
padding: 5% 5% 5% 20%; padding: 5% 5% 5% 20%;
color: #333333; color: #333333;
Expand Down Expand Up @@ -210,7 +218,7 @@ html { overflow: hidden; }
} }


#logo > img { #logo > img {
margin-top: 10%; margin-top: 10px;
} }


/* Here are the styles for the chat window */ /* Here are the styles for the chat window */
Expand Down Expand Up @@ -247,6 +255,7 @@ html { overflow: hidden; }
.window_title{ .window_title{
font-weight:bold; font-weight:bold;
margin-right: 2%; margin-right: 2%;
white-space:nowrap;
} }


.titlebar #topic{ .titlebar #topic{
Expand Down Expand Up @@ -439,4 +448,4 @@ html { overflow: hidden; }
.userlist_user_time{ .userlist_user_time{
margin-left: 5px; margin-left: 5px;
color: #666666; color: #666666;
} }

0 comments on commit eec9320

Please sign in to comment.