[frio] Thread display redesign
- Add fake form at end of comment list - Shuffle comment box buttons around using flex display - Convert divs into paragraphs - Remove unused commentInsert() and qCommentInsert() function from textedit.js
This commit is contained in:
parent
ae3bf47019
commit
2dd7a52b17
5 changed files with 178 additions and 197 deletions
|
@ -1669,7 +1669,13 @@ aside .panel-body {
|
|||
|
||||
/* wall items */
|
||||
.wall-item-container {
|
||||
position: relative;
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
padding: 0.5em;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.wall-item-container .media {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* wall items contact photo */
|
||||
|
@ -1914,12 +1920,13 @@ code > .hl-main {
|
|||
|
||||
/* item social action buttons */
|
||||
.wall-item-actions {
|
||||
margin-top: 15px;
|
||||
display: flex;
|
||||
margin: .5em 0;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.wall-item-actions, .wall-item-actions a, .wall-item-actions button {
|
||||
.wall-item-actions a, .wall-item-actions button {
|
||||
font-size: 13px;
|
||||
color: #555;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.wall-item-actions .active {
|
||||
font-weight: bold;
|
||||
|
@ -2013,9 +2020,10 @@ code > .hl-main {
|
|||
position: relative!important;
|
||||
margin-top: 0;
|
||||
}
|
||||
.hide-comments-outer-wrapper {
|
||||
/* text-align: center;
|
||||
margin-top: -18px;*/
|
||||
.hide-comments-outer {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
padding: 0.5em;
|
||||
border-radius: 0.5em 0.5em 0 0;
|
||||
}
|
||||
.hide-comments-total {
|
||||
cursor: pointer;
|
||||
|
@ -2024,21 +2032,31 @@ code > .hl-main {
|
|||
/*
|
||||
* Comment Box
|
||||
*/
|
||||
.thread_level_2 .wall-item-comment-wrapper {
|
||||
padding-right: 5px;
|
||||
|
||||
.comment-fake-form,
|
||||
.wall-item-comment-wrapper {
|
||||
padding: 10px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.8);
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
.comment-fake-form {
|
||||
border-color: #d9d9d9;
|
||||
}
|
||||
|
||||
.comment-container .wall-item-comment-wrapper {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.comment-edit-submit-wrapper {
|
||||
margin-bottom: 25px;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.comment-edit-submit-wrapper a,
|
||||
.comment-edit-submit-wrapper a:hover {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
.comment-icon-list > li > .icon,
|
||||
.comment-icon-list > li > .icon:hover {
|
||||
color: #555;
|
||||
background-color: transparent;
|
||||
|
||||
.comment-icon-list {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/* acpopup + textcompletion*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue