nextcloud/apps/comments/css/comments.css

52 lines
813 B
CSS
Raw Normal View History

2016-02-01 18:37:33 +03:00
/*
* Copyright (c) 2016
*
* This file is licensed under the Affero General Public License version 3
* or later.
*
* See the COPYING-README file.
*
*/
#commentsTabView .newCommentForm {
margin-bottom: 20px;
}
#commentsTabView .newCommentForm .message {
width: 90%;
resize: none;
}
2016-02-02 14:06:12 +03:00
#commentsTabView .newCommentForm .submitLoading {
background-position: left;
2016-02-01 18:37:33 +03:00
}
#commentsTabView .comment {
margin-bottom: 30px;
}
#commentsTabView .comment .avatar {
width: 28px;
height: 28px;
line-height: 28px;
}
#commentsTabView .authorRow>div {
display: inline-block;
vertical-align: middle;
}
#commentsTabView .comment .authorRow {
margin-bottom: 5px;
position: relative;
}
#commentsTabView .comment .author {
font-weight: bold;
}
#commentsTabView .comment .date {
position: absolute;
right: 0;
}