humhub/static/less/comment.less

46 lines
666 B
Plaintext
Raw Normal View History

2016-12-20 20:26:44 +01:00
//
// Comments
// --------------------------------------------------
.comment-container {
margin-top: 10px;
}
.comment {
.media {
position: relative !important;
margin-top: 0;
.nav-pills.preferences {
display: none;
right: -3px;
top: -3px;
}
}
/*-- Since v1.2 overflow: visible */
.media-body {
overflow:visible;
}
}
.comment.guest-mode {
.media:last-child {
.wall-entry-controls {
margin-bottom: 0;
}
hr {
display: none;
}
}
}
// jPlayer Extension
.comment {
.jp-progress {
background-color: #dbdcdd !important;
}
.jp-play-bar {
background: #cacaca;
}
}