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:
jeroenpraat
2015-11-04 22:52:40 +01:00
parent 9398e49eb7
commit 1c0fe89368
6 changed files with 39 additions and 18 deletions

View File

@@ -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;
}