|
|
|
|
@ -30,8 +30,11 @@ overflow:hidden;
@@ -30,8 +30,11 @@ overflow:hidden;
|
|
|
|
|
} |
|
|
|
|
#chat.maximized { |
|
|
|
|
left:0px; |
|
|
|
|
width:auto; |
|
|
|
|
.chatpane { |
|
|
|
|
width:auto; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.chatpane { |
|
|
|
|
height:100%; |
|
|
|
|
position:absolute; |
|
|
|
|
@ -39,6 +42,7 @@ top:0px;
@@ -39,6 +42,7 @@ top:0px;
|
|
|
|
|
left:0px; |
|
|
|
|
bottom:0px; |
|
|
|
|
right:0px; |
|
|
|
|
width:260px; |
|
|
|
|
-webkit-transition: left 200ms ease-in-out; |
|
|
|
|
-moz-transition: left 200ms ease-in-out; |
|
|
|
|
-ms-transition: left 200ms ease-in-out; |
|
|
|
|
|