Fixing some UI sizing and overflowing issues.
This commit is contained in:
parent
bebe541cbf
commit
2a6d7b7578
@ -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;
|
||||
|
@ -5,6 +5,7 @@ body {
|
||||
color: #666666;
|
||||
height:100%;
|
||||
left:0;
|
||||
min-width: 768px;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
|
@ -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;
|
||||
|
@ -2,7 +2,7 @@
|
||||
margin-left: 0.5%;
|
||||
margin-right: 0.5%;
|
||||
padding: 5px;
|
||||
width:61%;
|
||||
width:53%;
|
||||
}
|
||||
|
||||
#whiteboard-paper {
|
||||
|
Loading…
Reference in New Issue
Block a user