mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
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:
+2
-24
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user