Skip to content

Commit

Permalink
progress with video and chat box sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
eds101 committed Feb 3, 2015
1 parent 6d15e70 commit de03154
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 52,527 deletions.
24 changes: 23 additions & 1 deletion client/css/bower.css
Original file line number Diff line number Diff line change
Expand Up @@ -1530,10 +1530,32 @@ body {
float:right;
}

.left {
.left {
float:left;
}

.inline {
display: inline;
}

.center {
margin-left: auto;
margin-right: auto;
width: 50%;
}

#chatBox {
padding-left: 15px;
height: 200px;
width: 800px;
}

#chatMsg {
padding-left: 15px;
width: 600px;
}


#localVideo {
width: 160px;
height: 120px;
Expand Down
Loading

0 comments on commit de03154

Please sign in to comment.