correct and simplify comments displaying with Sylvia
git-svn-id: http://piwigo.org/svn/trunk@14504 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
f82e48855f
commit
ad5ee2d699
1 changed files with 2 additions and 24 deletions
|
|
@ -279,44 +279,22 @@
|
|||
}
|
||||
|
||||
/* User comments */
|
||||
#comments {
|
||||
padding: 0 0 5px 10px;
|
||||
}
|
||||
.commentsList {
|
||||
overflow: visible;
|
||||
width: auto;
|
||||
}
|
||||
.content .commentsList li {
|
||||
padding: 0 0;
|
||||
margin:0;
|
||||
}
|
||||
.content .commentElement {
|
||||
padding: 15px 2px 6px 12px;
|
||||
margin:0;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
.content .commentElement.odd {
|
||||
background-color: #222;
|
||||
border-top:0 !important;
|
||||
}
|
||||
.content .commentElement.even {
|
||||
background-color: #111;
|
||||
}
|
||||
.content .commentElement .illustration {
|
||||
padding: 0 0 0 10px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.content .commentElement .illustration a {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding:20px 0 0 8px;
|
||||
border:0;
|
||||
margin: 2px;
|
||||
text-align: center;
|
||||
}
|
||||
.content .commentElement .description {
|
||||
margin: 0;
|
||||
padding:15px 10px 3px 0;
|
||||
overflow-x: hidden !important;
|
||||
height:158px;
|
||||
}
|
||||
|
||||
#comments .commentsList hr {display:none;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue