Cable-Desktop/stylesheets/index.css

39 lines
575 B
CSS
Raw Normal View History

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;
}
.number.error {
background-color: #ffdddd;
}
.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%;
}