From ad5ee2d699d6529e118b2c9a624da776795567f2 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 28 Apr 2012 15:05:21 +0000 Subject: correct and simplify comments displaying with Sylvia git-svn-id: http://piwigo.org/svn/trunk@14504 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/Sylvia/theme.css | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'themes/Sylvia') 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;} -- cgit v1.2.3