Cable-Desktop/stylesheets/index.css

89 lines
1.2 KiB
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;
}
2014-10-23 02:26:37 +02:00
.contact.selected {
background-color: aliceblue;
}
.gutter .contact .avatar {
background-position: center;
background-size: cover;
}
.conversation {
margin: 0;
padding: 0;
}
ul.discussion {
margin: 0;
padding: 10px;
box-sizing: border-box;
}
2014-10-17 23:47:57 +02:00
li.entry .sender {
display: none;
font-size: 0.75em;
opacity: 0.54;
}
.group.conversation li.entry .sender {
display: block;
}
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-26 07:09:29 +01:00
li.entry img {
max-width: 100%;
margin-top: 5px;
2014-10-26 07:09:29 +01:00
}
2015-01-11 12:27:22 +01:00
img.preview {
width: 30px;
height: 30px;
}
2014-10-31 08:40:00 +01:00
.bootstrap-tagsinput .tag {
background-color: #00badd;
padding: 5px;
border-radius: 3px;
}
ul.country-list {
min-width: 197px !important;
}