2014-08-26 03:28:26 +02:00
|
|
|
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
|
|
|
|
.clearfix:after { clear: both; }
|
|
|
|
.clearfix { zoom: 1; }
|
|
|
|
|
|
|
|
body {
|
|
|
|
min-width: 320px;
|
|
|
|
min-height: 500px;
|
|
|
|
}
|
2014-08-13 09:20:27 +02:00
|
|
|
.number.error {
|
|
|
|
background-color: #ffdddd;
|
|
|
|
}
|
2014-08-25 04:28:15 +02:00
|
|
|
|
2014-08-25 06:03:20 +02:00
|
|
|
.gutter {
|
|
|
|
padding-bottom: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contacts {
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
#contacts::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-10-23 02:26:37 +02:00
|
|
|
.contact.selected {
|
|
|
|
background-color: aliceblue;
|
|
|
|
}
|
|
|
|
|
2014-10-29 21:25:16 +01:00
|
|
|
.gutter .contact .avatar {
|
|
|
|
background-position: center;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
2014-08-25 06:03:20 +02:00
|
|
|
.conversation {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.discussion {
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2014-10-17 23:47:57 +02:00
|
|
|
|
2014-10-23 01:14:18 +02:00
|
|
|
li.entry .sender {
|
2014-12-19 04:42:37 +01:00
|
|
|
display: none;
|
2014-10-23 01:14:18 +02:00
|
|
|
font-size: 0.75em;
|
|
|
|
opacity: 0.54;
|
|
|
|
}
|
|
|
|
|
2014-12-19 04:42:37 +01:00
|
|
|
.group.conversation li.entry .sender {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-10-23 01:14:18 +02:00
|
|
|
li.entry .avatar {
|
|
|
|
height:32px;
|
|
|
|
width:32px;
|
|
|
|
border-radius:32px;
|
|
|
|
cursor:pointer;
|
|
|
|
display:inline-block;
|
|
|
|
float:left;
|
|
|
|
clear:both;
|
|
|
|
background-color:whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.entry.outgoing .avatar {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-10-25 03:44:30 +02:00
|
|
|
|
2014-10-26 07:09:29 +01:00
|
|
|
li.entry img {
|
|
|
|
max-width: 100%;
|
2014-11-21 00:43:51 +01:00
|
|
|
margin-top: 5px;
|
2014-10-26 07:09:29 +01:00
|
|
|
}
|
|
|
|
|
2015-01-11 12:27:22 +01:00
|
|
|
img.preview {
|
2014-10-25 03:44:30 +02:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
2014-10-31 08:40:00 +01:00
|
|
|
|
|
|
|
.bootstrap-tagsinput .tag {
|
|
|
|
background-color: #00badd;
|
|
|
|
padding: 5px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2015-01-15 22:11:45 +01:00
|
|
|
|
|
|
|
ul.country-list {
|
|
|
|
min-width: 197px !important;
|
|
|
|
}
|