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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conversation {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.discussion {
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2014-10-17 23:47:57 +02:00
|
|
|
|
|
|
|
.conversation .bootstrap-tagsinput {
|
|
|
|
max-width: 40%;
|
|
|
|
}
|