From 3ff5023acfabdd462e78cd0a613e06bc4416dfbb Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 23 Apr 2010 19:30:16 +0000 Subject: Fix: Scroll issue with long subcat descriptions git-svn-id: http://piwigo.org/svn/trunk@5941 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/Sylvia/theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'themes/Sylvia') diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index 49c18e39e..a4e94f95f 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -427,3 +427,11 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend { border-color: #666666; } + +#the_page .content div.thumbnailCategory div.description { + height:158px; +} + +#the_page .content div.thumbnailCategory div.description .text { + height:122px !important; +} \ No newline at end of file -- cgit v1.2.3