2019-08-31 23:39:39 +00:00
|
|
|
.rowhead .rowitem,
|
|
|
|
.convos_list .rowitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
2019-09-01 01:37:04 +00:00
|
|
|
.convo_create_form {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
.close_form {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2020-02-12 09:11:27 +00:00
|
|
|
.convos_list .to_left {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.convos_list .rowitem img {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
margin-right: 8px;
|
|
|
|
border-radius: 24px;
|
|
|
|
}
|
|
|
|
.convos_list .rowitem a {
|
|
|
|
/*margin-top: auto;
|
|
|
|
margin-bottom: auto;*/
|
|
|
|
}
|
|
|
|
.convos_list .to_right {
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
2019-08-28 06:47:54 +00:00
|
|
|
.convos_item_user:not(:last-child):after {
|
|
|
|
content: ",";
|
|
|
|
}
|
2019-08-31 23:39:39 +00:00
|
|
|
.to_right {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2019-08-28 06:47:54 +00:00
|
|
|
|
2019-08-20 22:32:10 +00:00
|
|
|
.parti {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
2019-08-21 01:31:13 +00:00
|
|
|
.parti .rowitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.parti_user:not(:last-child):after {
|
|
|
|
content: ",";
|
|
|
|
}
|
2019-08-20 22:32:10 +00:00
|
|
|
|
2019-08-14 10:39:04 +00:00
|
|
|
.rowitem .topRow {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.rowitem .userbit {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.rowitem .topRow .nameAndTitle {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
.nameAndTitle .real_username {
|
|
|
|
font-size: 17px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
.userbit img {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 24px;
|
|
|
|
}
|
|
|
|
.controls {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
.controls a {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
.content_column {
|
|
|
|
margin-top: 5px;
|
2019-10-07 21:22:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic_reply_form {
|
|
|
|
margin-top: 8px;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
.input_content {
|
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
|
|
|
resize: vertical;
|
2019-08-14 10:39:04 +00:00
|
|
|
}
|