Chat page improved (I think). Works now better with diff. resolutions, font sizes and languages. Fixed follow field on conn. page. Small schemas updates.
This commit is contained in:
@@ -6,18 +6,19 @@
|
||||
#chatTopBar {
|
||||
float: left;
|
||||
height: 400px;
|
||||
width: 400px;
|
||||
width: 77%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#chatSide {
|
||||
float: right;
|
||||
width: 150px;
|
||||
width: 20%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#chatDrop {
|
||||
margin-bottom: 20px;
|
||||
margin: 20px 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#chatUsers {
|
||||
@@ -31,6 +32,14 @@
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#chatOptionsBar {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#chatText {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
section {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
@@ -60,3 +69,5 @@
|
||||
padding: 3px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user