Skip to content

Commit

Permalink
Works better with auto-scrolling ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqua-Ye committed Feb 14, 2012
1 parent 54759a2 commit 906d583
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions resources/css.css
@@ -1,41 +1,42 @@
/***Header***/
#logo {
background: url("/resources/opa-logo.png") no-repeat scroll 0 0 transparent;
height: 32px;
margin: 10px 0 5px;
width: 61px;
background: url("/resources/opa-logo.png") no-repeat scroll 0 0 transparent;
height: 32px;
margin: 10px 0 5px;
width: 61px;
}

/***Conversation***/
#conversation {
margin-top:58px;
margin-bottom:40px;
overflow:auto;
overflow:auto;
position: absolute;
margin: auto;
bottom: 48px;
top: 50px;
left: 0;
right: 0;
}
.line {
border-bottom:1px solid #ddd;
padding-bottom:8px;
margin-bottom:8px !important;
border-bottom:1px solid #ddd;
padding-bottom:8px;
margin-bottom:8px !important;
}
.user, .message {padding-top:8px;}
.userpic {
background: url("/resources/user.png") no-repeat 0 0;
height: 40px;
width:40px;
background: url("/resources/user.png") no-repeat 0 0;
height: 40px;
width:40px;
}
.user {color: #000;font-weight:bold;}
.message{color:#666;}

/***Footer***/
#footer {
background:#eee;
position:fixed;
bottom:0;
left:0;
width:100%;
padding:10px 0;
text-align:left;
}



background:#eee;
position:fixed;
bottom:0;
left:0;
right:0;
padding:10px 0;
text-align:left;
}

0 comments on commit 906d583

Please sign in to comment.