ammend css from anon
thnx
This commit is contained in:
parent
e0c35620b0
commit
297848c8c3
@ -247,3 +247,47 @@ textarea, select {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.livechan_chat_output_chat{
|
||||||
|
font-family: Arial,Helvetica,sans-serif;
|
||||||
|
font-size:13px;
|
||||||
|
border-right: 1px solid #B7C5D9;
|
||||||
|
border-bottom: 1px solid #B7C5D9;
|
||||||
|
margin:3px 2em;
|
||||||
|
padding:0;
|
||||||
|
max-height:100vh;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align:top;
|
||||||
|
float: left;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
.livechan_chat_output_chat:last-child{
|
||||||
|
margin-bottom:2em;
|
||||||
|
}
|
||||||
|
.livechan_chat_output_header{
|
||||||
|
margin:3px 7px 0;
|
||||||
|
font-size:85%;
|
||||||
|
opacity:0.66;
|
||||||
|
}
|
||||||
|
.livechan_chat_output_body{
|
||||||
|
padding:0.75em 1.5em;
|
||||||
|
}
|
||||||
|
.livechan_chat_output_message > a{
|
||||||
|
float:left;
|
||||||
|
display:inline-block;
|
||||||
|
margin:0 1em 1em 0;
|
||||||
|
}
|
||||||
|
.livechan_image_thumb{
|
||||||
|
float:none;
|
||||||
|
margin:0;
|
||||||
|
vertical-align:top;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.livechan_navbar{
|
||||||
|
border-bottom: 1px solid #B7C5D9;
|
||||||
|
background:#D6DAF0;
|
||||||
|
}
|
||||||
|
.livechan_chat_output{
|
||||||
|
border-right: 1px solid #B7C5D9;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user