1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-22 01:02:23 -05:00

CSS: Chat view

This commit is contained in:
Sebastien Hut 2014-11-21 23:39:57 +01:00
parent d4dffab8df
commit 10722cea57
2 changed files with 4 additions and 8 deletions

View File

@ -1143,7 +1143,8 @@ button.secondary:hover:not(:disabled) {
top: 0px; top: 0px;
right: 0px; right: 0px;
bottom: 55px; bottom: 55px;
padding-top: 75px; margin-top: 75px;
width: 100%;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
@ -1331,9 +1332,6 @@ button.secondary:hover:not(:disabled) {
border: 1px solid #efe391; border: 1px solid #efe391;
color: #d2bd2d; color: #d2bd2d;
} }
.group.conversation .messages {
right: 150px;
}
.group.conversation .groupRoster { .group.conversation .groupRoster {
width: 150px; width: 150px;
margin: 0px; margin: 0px;

View File

@ -206,7 +206,8 @@
top: 0px top: 0px
right: 0px right: 0px
bottom: 55px bottom: 55px
padding-top: 75px margin-top: 75px
width: 100%
borderbox() borderbox()
-webkit-overflow-scrolling: touch -webkit-overflow-scrolling: touch
@ -385,9 +386,6 @@
.group.conversation .group.conversation
.messages
right: 150px
.groupRoster .groupRoster
width: 150px width: 150px
margin: 0px margin: 0px