1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/css/mod_chat.css

113 lines
1.3 KiB
CSS
Raw Normal View History

2016-04-17 16:29:18 +02:00
#chatroom-new {
display: none;
}
2016-04-17 16:29:18 +02:00
#chatrooms-index {
width: 100%;
}
2016-04-17 16:29:18 +02:00
#chatrooms-index th:nth-child(1),
#chatrooms-index td:nth-child(1){
padding: 7px 3px 7px 10px;
}
2016-04-17 16:29:18 +02:00
#chatrooms-index th:nth-child(2),
#chatrooms-index td:nth-child(2){
text-align: right;
}
2016-04-17 16:29:18 +02:00
#chatrooms-index th:nth-child(4),
#chatrooms-index td:nth-child(4){
padding: 7px 10px 7px 7px;
}
2016-04-17 16:29:18 +02:00
.chatrooms-index-tool {
padding: 7px 10px;
}
section,
aside {
padding-bottom: 0px;
}
#chat-destroy {
display: inline;
}
#chatTopBar {
width: 100%;
overflow-y: auto;
}
#chatroom_list,
#chatroom_members {
display: none;
}
#chatMembers img {
float: left;
margin-right: 5px;
}
.name {
font-weight: bold;
}
2016-04-17 16:29:18 +02:00
#chatBottomBar {
position: relative;
bottom: 0;
margin-top: 10px;
}
2016-04-17 16:29:18 +02:00
.chat-item {
display: table;
float: left;
2016-04-17 16:29:18 +02:00
}
.chat-item-self {
display: table;
float: right;
}
.chat-item-photo,
.chat-item-photo-self {
display: table-cell;
height: 32px;
width: 32px;
2016-04-17 16:29:18 +02:00
vertical-align: top;
}
.chat-body {
2016-04-17 16:29:18 +02:00
display: table-cell;
vertical-align: top;
padding: 0px 0px 20px 10px;
}
2016-04-17 16:29:18 +02:00
.chat-body-self {
display: table-cell;
vertical-align: top;
padding: 0px 10px 20px 0px;
text-align: right;
}
.chat-item-title,
.chat-item-title-self {
display: inline-block;
2016-04-17 16:29:18 +02:00
padding: 3px;
margin-bottom: 3px;
}
2016-04-17 16:29:18 +02:00
.online {
color: green;
}
.away {
color: orange;
}
2016-04-17 16:29:18 +02:00
.leave {
color: red;
}