humhub/static/less/comment.less
buddh4 8ab13b8a04 Fix widgetAction events case issue
Added `humhub.modules.util.string.capitalizeFirstLetter` and `lowerCaseFirstLetter`
Chng: Rename `Upload::model` to `Upload:forModel`
Chng: Rename `Upload::name` to `Upload:withName`
2018-10-10 16:35:12 +02:00

120 lines
2.0 KiB
Plaintext

//
// Comments
// --------------------------------------------------
.comment-container {
margin-top: 10px;
.wall-entry-controls {
margin-left: 50px;
}
}
.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;
}
.jp-progress {
background-color: #dbdcdd !important;
}
.jp-play-bar {
background: #cacaca;
}
.content {
a {
color: darken(@info, 20%);
}
}
}
.comment.guest-mode {
.media:last-child {
.wall-entry-controls {
margin-bottom: 0;
margin-left: 50px;
}
hr {
display: none;
}
}
}
// fileupload button
.comment_create,
.content_edit {
position: relative;
.comment-buttons {
position: absolute;
bottom: 2px;
right: 5px;
}
.btn-comment-submit {
margin-top: 3px;
}
.fileinput-button {
float: left;
padding: 6px 10px;
background: transparent !important;
.fa {
color: @background3;
}
}
.fileinput-button:hover .fa {
background: transparent !important;
color: @background4;
}
.fileinput-button:active {
box-shadow: none !important;
}
}
.post-richtext-input-group {
position:relative;
.comment-buttons {
bottom:7px !important;
}
}
.comment-container .content_edit {
margin-left: 50px;
}
.comment_edit_content {
margin-left: 50px;
}
.comment-message {
overflow:hidden;
overflow-wrap: break-word;
}
.comment-create-input-group {
position:relative;
.ProsemirrorEditor {
.ProseMirror {
padding-right: 72px;
}
}
}
.comment-create-input-group.scrollActive {
.comment-buttons {
right: 22px;
}
}