2013-11-01 20:25:05 +08:00
|
|
|
#chat {
|
2013-11-01 21:22:02 +08:00
|
|
|
display:none;
|
2013-11-01 20:25:05 +08:00
|
|
|
right: 0;
|
2013-11-01 21:22:02 +08:00
|
|
|
top: @navbar-height;
|
2013-11-01 20:25:05 +08:00
|
|
|
bottom: 0vh;
|
|
|
|
width: auto;
|
|
|
|
background: #fff;
|
2013-11-01 21:22:02 +08:00
|
|
|
z-index: @z-index-chat;
|
2013-11-01 20:25:05 +08:00
|
|
|
overflow: hidden;
|
|
|
|
border-left:1px solid #ccc;
|
|
|
|
}
|