aboutsummaryrefslogtreecommitdiffstats
path: root/themes/Sylvia
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-04-28 15:05:21 +0000
committermistic100 <mistic@piwigo.org>2012-04-28 15:05:21 +0000
commitad5ee2d699d6529e118b2c9a624da776795567f2 (patch)
tree08c0fb058329ee56f116f7f43944be36a9efeabb /themes/Sylvia
parentf82e48855f6d51954c98f8eaa2ffc9b19cbc1cb6 (diff)
correct and simplify comments displaying with Sylvia
git-svn-id: http://piwigo.org/svn/trunk@14504 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/Sylvia')
-rw-r--r--themes/Sylvia/theme.css26
1 files changed, 2 insertions, 24 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css
index 605854ddc..a94b827c9 100644
--- a/themes/Sylvia/theme.css
+++ b/themes/Sylvia/theme.css
@@ -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;}