Fixing some UI sizing and overflowing issues.

This commit is contained in:
perroned 2014-08-22 11:46:50 -07:00
parent bebe541cbf
commit 2a6d7b7578
4 changed files with 6 additions and 4 deletions

View File

@ -8,9 +8,10 @@
border: 1px solid #ccc;
float: left;
min-height:500px;
min-width:300px;
/*min-width:300px;*/
overflow: hidden;
width: 25%;
margin-right: 0.5%;
}
.chat li{
border-bottom: 1px dotted #B3A9A9;

View File

@ -5,6 +5,7 @@ body {
color: #666666;
height:100%;
left:0;
min-width: 768px;
position:absolute;
right:0;
top:0;

View File

@ -1,8 +1,8 @@
#users {
margin-left: 0.5%;
min-width:230px;
/*min-width:230px;*/
padding-bottom: 10px;
width: 12%;
width: 20%;
}
#user-contents {
padding-bottom: 10px;

View File

@ -2,7 +2,7 @@
margin-left: 0.5%;
margin-right: 0.5%;
padding: 5px;
width:61%;
width:53%;
}
#whiteboard-paper {