more styling of chats page

main
psychobunny 10 years ago
parent 39841df840
commit 86d73bfdd1

@ -3,14 +3,21 @@
max-height: 608px; max-height: 608px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
border-top: 1px solid @gray-lighter;
li { li {
position: relative;
clear: both; clear: both;
list-style-type: none; list-style-type: none;
padding: 0.5em; padding: 0.5em;
height: 70px; height: 70px;
.pointer; .pointer;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
border-color: @gray-lighter;
background: @body-bg; background: @body-bg;
&.typing { &.typing {
@ -67,9 +74,9 @@
.status { .status {
position: absolute; position: absolute;
left: 65px; left: 50px;
font-size: 20px; font-size: 20px;
top: 11px; top: 10px;
} }
} }
} }

Loading…
Cancel
Save